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