Exemple #1
0
 public PatrimonioEntity ConsultarPorNumeroTombo(string nrTombo)
 {
     return(_patrimonioRepository.ConsultarPorNumeroTombo(nrTombo));
 }