Esempio n. 1
0
 public async Task <UserOrder> GetAsync(int id)
 {
     return(await aggregatorService.GetUserOrderDetails(id));
 }