Exemplo n.º 1
0
 public List <Payment> GetAllPayments()
 {
     return(_paymentDal.GetAllPayments());
 }