Ejemplo n.º 1
0
 public static string tableInvoiceQuantity(int tableid)
 {
     clsLst lst = new clsLst();
     return lst.TableInvoicesQuantity(tableid).ToString();
 }