Exemplo n.º 1
0
 public Favorites(DyanamicDBContext ctx)
 {
     this.ctx = ctx;
 }
Exemplo n.º 2
0
 public History(DyanamicDBContext ctx)
 {
     this.ctx = ctx;
 }
Exemplo n.º 3
0
 public TileRegister(DyanamicDBContext ctx)
 {
     this.ctx = ctx;
     Current  = this;
 }