Esempio n. 1
0
 public Payment GetOrderWithId(int id)
 {
     return(_paymentDal.GetOrderWithId(id));
 }