Exemple #1
0
 public async Task <IEnumerable <OrderDetailsDto> > Get()
 {
     return(await _orderDetailsService.GetAllAsync());
 }