コード例 #1
0
 public static string getTableNo(int invoiceId)
 {
     clsLst lst = new clsLst();
     return lst.GetNumberTableByInvoiceId(invoiceId).ToString();
 }