コード例 #1
0
ファイル: PoiController.cs プロジェクト: victormanoliu97/FII
 public void Delete(int cityId, int id)
 {
     _repository.RemovePOI(id);
 }