Beispiel #1
0
        public static bool ActivaCargo(CargoDTO theCargoDTO)
        {
            bool respuesta = CargoDAL.ActivaCargo(theCargoDTO);

            return(respuesta);
        }