コード例 #1
0
 public static string getConsecutiveString()
 {
     clsLst lst = new clsLst();
     return lst.GetLastConsecutiveInvoice().ToString();
 }