Esempio n. 1
0
 public async Task <OrderDetailsDto> Get(int id)
 {
     return(await _orderDetailsService.GetAsync(id));
 }