Beispiel #1
0
 public SqlFighterData(UfcEloDbContext db)
 {
     this.db = db;
 }
Beispiel #2
0
 public SqlBoutData(UfcEloDbContext db)
 {
     this.db = db;
 }
Beispiel #3
0
 public EloService(UfcEloDbContext db)
 {
     // k = maximum amount of points a fighter can gain or lose from a bout.
     k       = 30;
     this.db = db;
 }