示例#1
0
 public F1DriversDAO(F1SetupContext ctx)
 {
     this.ctx = ctx;
 }
 public F1RaceCircuitsDAO(F1SetupContext ctx)
 {
     this.ctx = ctx;
 }