예제 #1
0
 public static int GetCount(string ID_For)
 {
     return(DBGetNumbers.GetCount(ID_For));
 }
예제 #2
0
 public static int GetNewID(string ID_For)
 {
     return(DBGetNumbers.GetID(ID_For));
 }