public void BloquearAbaixoCusto(Custo custo) { if (custo == null) { throw new ArgumentNullException("custo"); } _db.BloquearAbaixoCusto(custo); }