Exemplo n.º 1
0
 public bool Register(string username, string password)
 {
     if (controller.Register(username, password))
     {
         return(true);
     }
     return(false);
 }