Exemple #1
0
 public bool ExcluirPatrimonioPorNrTombo(string nrTombo)
 {
     return(_patrimonioRepository.ExcluirPatrimonioPorNrTombo(nrTombo));
 }