public static bool Update(DTO.CargoDTO myCargoDTO) { bool resultado = CargoDAL.Update(myCargoDTO); return(resultado); }