Exemple #1
0
 public List <OtherPaymentModel> OtherPaymentSelectByMemberId(int MemberId, Guid Parlourid)
 {
     return(OtherPaymentBAL.OtherPaymentSelectByMemberId(MemberId, Parlourid));
 }
Exemple #2
0
 public OtherPaymentModel GetOtherPayment(int InvoiceId, Guid Parlourid)
 {
     return(OtherPaymentBAL.OtherPaymentSelect(InvoiceId, Parlourid));
 }
Exemple #3
0
 public int OtherPaymentsSave(OtherPaymentModel model)
 {
     return(OtherPaymentBAL.OtherPaymentDetailsSave(model));
 }