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