예제 #1
0
 public IEnumerable <EstabelecimentoReport> Listar()
 {
     return(_ocorrenciaRepository.Listar().Result);
 }