Example #1
0
 public ModelController(TreeStoreModel model)
     : this(model.MessageBus)
 {
     this.Model = model;
 }
Example #2
0
 public MultiTagQuery(TreeStoreModel model)
 {
     this.model = model;
 }
Example #3
0
 public TagQuery(TreeStoreModel kosmographModel, Tag tag)
     : base(kosmographModel)
 {
     this.Tag = tag;
 }
Example #4
0
 public TrackingModelController(TreeStoreModel model)
     : base(model)
 {
 }