Compare commits
3 Commits
599fb9e3fd
...
23f21ac5fc
Author | SHA1 | Date | |
---|---|---|---|
23f21ac5fc | |||
ba374506a4 | |||
839353894d |
@ -54,6 +54,12 @@ namespace FishFactoryBusinessLogic.BusinessLogics
|
||||
}
|
||||
return list;
|
||||
}
|
||||
public List<ReportOrdersViewModel> GetOrders(ReportBindingModel model)
|
||||
}
|
||||
list.Add(record);
|
||||
}
|
||||
return list;
|
||||
}
|
||||
public List<ReportOrdersViewModel> GetOrders(ReportBindingModel model)
|
||||
{
|
||||
return _orderStorage.GetFilteredList(new OrderSearchModel { DateFrom = model.DateFrom, DateTo = model.DateTo })
|
||||
|
Loading…
Reference in New Issue
Block a user