예제 #1
0
 public void Put(int cityId, int id, [FromBody] Poi poi)
 {
     _repository.EditPOI(id, poi);
 }