Skip to content

Commit

Permalink
Update docs/topics/coalesce-swashbuckle.md
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Scott <[email protected]>
  • Loading branch information
meghanmae and ascott18 authored Sep 8, 2024
1 parent b2564e7 commit 78bd47a
Showing 1 changed file with 1 addition and 1 deletion.
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 78bd47a

Please sign in to comment.