Ejemplo n.º 1
0
 public VolumeDbProvider(ObjectId dataId) : this()
 {
     Data    = PublicFast.GetCreate(dataId, () => new VolumeData());
     CanSave = true;
 }
Ejemplo n.º 2
0
 public static void Clear(ObjectId id)
 {
     PublicFast.Delete <VolumeData>(id);
 }