Exemple #1
0
 public static string GetFormatedAutoNo(int sourceid)
 {
     var taa = new DataManager();
     return taa.GetFormatedAutoNo(5);
 }