Compare commits

..

No commits in common. "487e595e90f030f64446386cb44b7f6a775c8033" and "1f9514896b2ee9f9dd76cdcbd8357bced512edfb" have entirely different histories.

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> OperationRequests { get; set; } = new();
public List<ReportOperationsRequestsViewModel> Requests { get; set; } = new();
}
}