Exemplo n.º 1
0
        public string GetUserType(string User_ID, string User_PW)
        {
            User_Dac dac = new User_Dac();

            return(dac.GetUserType(User_ID, User_PW));
        }