Чисто фикс

This commit is contained in:
Artyom_Yashin 2024-05-26 14:39:14 +04:00
parent 9831008fc4
commit 27f22ee6e4

View File

@ -13,6 +13,6 @@ namespace BankBusinessLogic.OfficePackage.HelperModels
public string Title { get; set; } = string.Empty;
public DateTime DateFrom { get; set; }
public DateTime DateTo { get; set; }
public List<ReportOperationsRequestsViewModel> Requests { get; set; } = new();
public List<ReportOperationsRequestsViewModel> OperationRequests { get; set; } = new();
}
}