示例#1
0
 public UnitOfWork()
 {
     db = new ToteContext();
 }
示例#2
0
 public RateRepository(ToteContext context)
 {
     this.db = context;
 }
示例#3
0
 public CommandRepository(ToteContext context)
 {
     this.db = context;
 }
示例#4
0
 public MatchRepository(ToteContext context)
 {
     this.db = context;
 }
示例#5
0
 public TournamentRepository(ToteContext context)
 {
     this.db = context;
 }
示例#6
0
 public SportRepository(ToteContext context)
 {
     this.db = context;
 }