Esempio n. 1
0
 public SeedController(CastProblemDbContext castProblemDbContext)
 {
     CastProblemDbContext = castProblemDbContext;
 }
Esempio n. 2
0
 public BikeShop_GoodCategorysController(CastProblemDbContext castProblemDbContext)
 {
     this.CastProblemDbContext = castProblemDbContext;
 }