예제 #1
0
 public static int GetPrintCounter(int invoiceId, Guid parlourId)
 {
     return(MemberPaymetsDAL.GetPrintCounter(invoiceId, parlourId));
 }