Beispiel #1
0
 public static string getCountInvoicesByTableId(int tableid)
 {
     clsLst lst = new clsLst();
     ClsData data = new ClsData();
     return lst.getCountInvoicesByTableId(tableid).ToString();
 }