public async Task <List <DTO.OrderProduct> > Execute()
 {
     return(await _OrdersProductsRepository.GetAll());
 }
Beispiel #2
0
 public IEnumerable <OrderProduct> GetAll()
 {
     return(_orderRepository.GetAll());
 }