Изменено поле Id в поисковой модели для клиента
This commit is contained in:
parent
4b18777fc3
commit
4b78a089b3
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
public class ClientSearchModel
|
public class ClientSearchModel
|
||||||
{
|
{
|
||||||
public int Id { get; set; }
|
public int? Id { get; set; }
|
||||||
public string? ClientFIO { get; set; }
|
public string? ClientFIO { get; set; }
|
||||||
public string? Email { get; set; }
|
public string? Email { get; set; }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user