コード例 #1
0
ファイル: Functions.cs プロジェクト: rehman922/VIRETAIL
 public static string GetFormatedAutoNo(int sourceid)
 {
     var taa = new DataManager();
     return taa.GetFormatedAutoNo(5);
 }