Beispiel #1
0
 public async Task <Orders> GetOrder(int id)
 {
     return(await _orderRpo.GetByIdAsync(id));
 }