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

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