Example #1
0
        public bool BALUserLoginValidate(string userId, string password, string role)
        {
            UserDalSql loginValidate = new UserDalSql();

            return(loginValidate.DALUserLoginValidate(userId, password, role));
        }