Example #1
0
 public List <Payment> GetAllWithSUBID(object SUBID)
 {
     return(paymentDal.GetAllWithID(SUBID));
 }