Изменено поле Id в поисковой модели для клиента

This commit is contained in:
Никита Потапов 2024-04-06 20:04:29 +04:00
parent 4b18777fc3
commit 4b78a089b3

View File

@ -2,7 +2,7 @@
{
public class ClientSearchModel
{
public int Id { get; set; }
public int? Id { get; set; }
public string? ClientFIO { get; set; }
public string? Email { get; set; }
}