Esempio n. 1
0
 public RaceCategoryService(Data.RacesDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Esempio n. 2
0
 public RidersService(Data.RacesDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Esempio n. 3
0
 public StartsService(Data.RacesDbContext dbContext)
 {
     this.dbContext = dbContext;
 }