示例#1
0
 public static string getWaiterIdInvoicebyTableId(int tableid)
 {
     clsLst lst = new clsLst();
     ClsData data = new ClsData();
     return lst.GetFirstWaiterIdTableInvoices(tableid).ToString();
 }