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