Exemple #1
0
 public int TombStonesPaymentSave(TombStonesPaymentModel model)
 {
     return(TombStonesPaymentBAL.AddInvoice(model));
 }