Beispiel #1
0
        public int AuthenticateUser(string username, string password)
        {
            AuthorizationDALC adalc = new AuthorizationDALC();

            return(adalc.AuthenticateUser(username, password));
        }