Compare commits

...

2 Commits

View File

@ -13,6 +13,6 @@ namespace BankBusinessLogic.OfficePackage.DocumentModels
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();
}
}