Ejemplo n.º 1
0
 public Payment GetByID(int ID)
 {
     return(paymentDao.GetByID(ID));
 }