Пример #1
0
 public List <Hospital> ListarHospitaisPorNome(string nome)
 {
     return(_repository.ListarHospitaisPorNome(nome));
 }