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