5 lines
126 B
C#
5 lines
126 B
C#
public record RegisterPatientRequest(
|
|
string FirstName,
|
|
string LastName,
|
|
DateOnly DateOfBirth,
|
|
string Gender); |