Exemplo n.º 1
0
 public SeedDataMiddleware(BicycleShopContext bicycleShopContext, RequestDelegate next)
 {
     _bicycleShopContext = bicycleShopContext;
     _next = next;
 }
Exemplo n.º 2
0
 public PartRepository(BicycleShopContext db) : base(db)
 {
 }