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