Exemple #1
0
 public void Post(int cityId, [FromBody] Poi poi)
 {
     _repository.CreatePOI(poi);
 }