PIbd-21 Potapov N.S. LabWork05 #6

Closed
ns.potapov wants to merge 35 commits from LabWork05 into LabWork04
Showing only changes of commit 3d9db83280 - Show all commits

View File

@ -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; }
}
}