Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/gravatt/100-SwashbuckleDocs' int…
Browse files Browse the repository at this point in the history
…o gravatt/100-SwashbuckleDocs
  • Loading branch information
meghanmae committed Sep 8, 2024
2 parents 4e55cdf + 78bd47a commit 22a279f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified docs/topics/coalesce-swashbuckle-with.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/topics/coalesce-swashbuckle-with.png
Binary file not shown.
Binary file modified docs/topics/coalesce-swashbuckle-without.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/topics/coalesce-swashbuckle-without.png
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/topics/coalesce-swashbuckle.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class Patient
{
public int PatientId { get; init; }
public DateTime NextAppointment { get; set; }
// Additional parameters
// Additional properties
[DefaultDataSource]
public class PatientDataSource(CrudContext<AppDbContext> context) : StandardDataSource<Patient, AppDbContext>(context)
Expand Down

0 comments on commit 22a279f

Please sign in to comment.