Ejemplo n.º 1
0
 protected override void SaveScene(string communityId, Scene scene)
 {
     this.repos.Communities.Collection.Update(
         GetCommunityQuery(communityId),
         Update.Set("Scene", scene.ToBsonDocument()));
 }