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