public TelemetryRepositorie(RallyDbContext rallyDbContext)
 {
     _rallyDbContext = rallyDbContext;
 }
Exemplo n.º 2
0
 public TeamRepositorie(RallyDbContext rallyDbContext)
 {
     _rallyDbContext = rallyDbContext;
 }
Exemplo n.º 3
0
 public PilotRepositorie(RallyDbContext rallyDbContext)
 {
     _rallyDbContext = rallyDbContext;
 }