Ejemplo n.º 1
0
 public bool ExcluirPatrimonioPorId(int patrimonioId)
 {
     return(_patrimonioRepository.ExcluirPatrimonioPorId(patrimonioId));
 }