Exemplo n.º 1
0
        public List <Client> ToList()
        {
            List <Client> result = default(List <Client>);

            result = dac.Read();
            return(result);
        }