예제 #1
0
 public static int GetUserByEmailId(string Email)
 {
     return(User_Controller.GetUserIDByEmailId(Email));
 }