Пример #1
0
        public static bool checkUser(string username, string password)
        {
            bool flag = AuthenticationUser.checkAuthUser(username, password);

            return(flag);
        }