public TelemetryRepositorie(RallyDbContext rallyDbContext)
 {
     _rallyDbContext = rallyDbContext;
 }
예제 #2
0
 public TeamRepositorie(RallyDbContext rallyDbContext)
 {
     _rallyDbContext = rallyDbContext;
 }
예제 #3
0
 public PilotRepositorie(RallyDbContext rallyDbContext)
 {
     _rallyDbContext = rallyDbContext;
 }