Ejemplo n.º 1
0
        public Types.CargosType select()
        {
            CargoDAL CargoDAL = new CargoDAL();

            return(CargoDAL.select());
        }