Exemple #1
0
        public System.Collections.Generic.IList <ClienteEN> ReadAll(int first, int size)
        {
            System.Collections.Generic.IList <ClienteEN> list = null;

            list = _IClienteCAD.ReadAll(first, size);
            return(list);
        }