예제 #1
0
 public static bool Login(string username, string password)
 {
     return(User_Data.Login(username, password));
 }
예제 #2
0
 public static bool Register(User user)
 {
     return(User_Data.Register(user));
 }