public DriverRepository(IFormulaContext context)
 {
     _context = context;
 }
Пример #2
0
 public RankingRepository(IFormulaContext context)
 {
     _context = context;
 }
 public CircuitRepository(IFormulaContext context)
 {
     _context = context;
 }
 public TeamRepository(IFormulaContext context)
 {
     _context = context;
 }