Exemplo n.º 1
0
 public Hospital GetByID(long id)
 => _hospitalRepository.GetByID(id);