コード例 #1
0
 public void Post(PointOfInterest poi)
 {
     _poiResource.Insert(poi);
 }
コード例 #2
0
 public void Put(PointOfInterest poi)
 {
     _poiResource.Save(poi);
 }