Example #1
0
 /// <summary>
 /// Calls the method DecryptPassword from the login controller
 /// </summary>
 /// <param name="login">the login object</param>
 /// <returns>returns the method with a decryptet login
 /// from login controller</returns>
 public Login DecryptPassword(Login login)
 {
     return(loginCtrl.DecryptPassword(login));
 }