Ejemplo n.º 1
0
 public void Post(PointOfInterest poi)
 {
     _poiResource.Insert(poi);
 }
Ejemplo n.º 2
0
 public void Put(PointOfInterest poi)
 {
     _poiResource.Save(poi);
 }