Exemple #1
0
        public static List<clsActive> SelectByName(string nombre)
        {
            DAOActive daoProxy = new DAOActive();
            DataSet dtsProxy = daoProxy.selectByName(nombre);

            return LoadList(dtsProxy.Tables[0]);
        }