Example #1
0
 public Favorites(DyanamicDBContext ctx)
 {
     this.ctx = ctx;
 }
Example #2
0
 public History(DyanamicDBContext ctx)
 {
     this.ctx = ctx;
 }
Example #3
0
 public TileRegister(DyanamicDBContext ctx)
 {
     this.ctx = ctx;
     Current  = this;
 }