Exemple #1
0
 public static bool Authorize(string login, string password)
 {
     return(_current.Authorize(login, password));
 }