예제 #1
0
 public static int CheckExist(string email)
 {
     return(EmployeeDB.CheckExist(email));
 }