Exemplo n.º 1
0
 public void Save()
 {
     _backingStore.Save();
 }
Exemplo n.º 2
0
 public IFeature Save()
 {
     _backingStore.Save(this);
     return(this);
 }