Example #1
0
 public void Delete(int cityId, int id)
 {
     _repository.RemovePOI(id);
 }