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