Exemplo n.º 1
0
 public void StoreEstateSettings(EstateSettings estateSettings)
 {
     // Estates are always updated when stored.
     // Insert is always done via. load method as with the current API
     // this is explicitly the only way to create region link.
     manager.UpdateWithStatefullSession(estateSettings);
 }