Пример #1
0
 public void SearchDataByDate(int? type, ContractType contractType, DateTime? startDate, DateTime? endDate)
 {
     _searchVM = new CommercialInvoiceListVM(null, null, null, type, contractType, startDate, endDate, IsOnlyCurrentUser, QuotaNo);
 }
Пример #2
0
 public void SearchData()
 {
     SearchVM = new CommercialInvoiceListVM(SId, CTypeId, InterCusId, CommerTypeId, ContractType, StartDate,
                                              EndDate, IsOnlyCurrentUser, QuotaNo);
 }