Esempio n. 1
0
        bool UserLogin(Users currentUsers)
        {
            currentUser.Email    = txtEmail.Text;
            currentUser.Password = txtPassword.Text;// EncryptPassword.Encrypt(txtPassword.Text);

            return(accountManager.UserLogin(currentUser));
        }