Exemplo n.º 1
0
 public IEnumerable <Hospital> GetHospitalByLocation(Location location)
 => _hospitalRepository.GetHospitalByLocation(location);