Ejemplo n.º 1
0
 public bool Register(string username, string password)
 {
     return(Authorizer.AddNewAuthorization(username, password));
 }