Exemplo n.º 1
0
        public List <User_Vo> GetCustomerCode()
        {
            User_Dac dac = new User_Dac();

            return(dac.GetCustomerCode());
        }