コード例 #1
0
 public async Task <Order> GetByIdWithPaymentTypeAsync(int id)
 {
     return(await _orderDal.GetByIdWithPaymentTypeAsync(id));
 }