Esempio n. 1
0
 public ActionResult<Poi> Get(int cityId,int id)
 {
     return _repository.GetPoi(id);
 }