public ModelController(TreeStoreModel model) : this(model.MessageBus) { this.Model = model; }
public MultiTagQuery(TreeStoreModel model) { this.model = model; }
public TagQuery(TreeStoreModel kosmographModel, Tag tag) : base(kosmographModel) { this.Tag = tag; }
public TrackingModelController(TreeStoreModel model) : base(model) { }