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