Правки

This commit is contained in:
nikbel2004@outlook.com 2024-05-11 23:24:49 +04:00
parent dd23035e4c
commit 5035de6026
2 changed files with 3 additions and 3 deletions

View File

@ -16,10 +16,10 @@ namespace FurnitureAssemblyContracts.SearchModels
// для поиска по клиенту // для поиска по клиенту
public int? ClientId { get; set; } public int? ClientId { get; set; }
// Для поиска по исполнителю // Для поиска по исполнителю
public int? ImplementerId { get; set; } public int? ImplementerId { get; set; }
// Два поля для возможности производить выборку // Два поля для возможности производить выборку
public DateTime? DateFrom { get; set; } public DateTime? DateFrom { get; set; }
public DateTime? DateTo { get; set;} public DateTime? DateTo { get; set;}

View File

@ -22,7 +22,7 @@ namespace FurnitureAssemblyContracts.ViewModels
public int? ImplementerId { get; set; } public int? ImplementerId { get; set; }
[DisplayName("ФИО исполнителя")] [DisplayName("ФИО исполнителя")]
public string ImplementerFIO { get; set; } = string.Empty; public string ImplementerFIO { get; set; } = string.Empty;
public int FurnitureId { get; set; } public int FurnitureId { get; set; }