Exemple #1
0
 public Payment Get(int id)
 {
     return(PaymentBL.GetById(id));
 }