PIbd-21 Potapov N.S. LabWork05 #6
@ -0,0 +1,9 @@
|
||||
namespace SecuritySystemContracts.SearchModels
|
||||
{
|
||||
public class ClientSearchModel
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string? ClientFIO { get; set; }
|
||||
public string? Email { get; set; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user