コード例 #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;
 }