Ejemplo n.º 1
0
 public int ObterTotalRegistros(string pesquisa)
 {
     return(_exameRepository.ObterTotalRegistros(pesquisa));
 }