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