Beispiel #1
0
 public async Task <IEnumerable <Orders> > GetAllOrdersByCustomerIdAsync(int customerId)
 {
     return(await _orderRpo.GetAllOrdersByCustomerIdAsync(customerId));
 }