initial commit
This commit is contained in:
11
Dtos/PersonDto.cs
Normal file
11
Dtos/PersonDto.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace weddingapi.Dtos
|
||||
{
|
||||
public record PersonDto
|
||||
{
|
||||
public string Name { get; init; }
|
||||
|
||||
public bool IsChild { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user