Example #1
0
 public void Save()
 {
     _backingStore.Save();
 }
Example #2
0
 public IFeature Save()
 {
     _backingStore.Save(this);
     return(this);
 }