示例#1
0
 public SeedDataMiddleware(BicycleShopContext bicycleShopContext, RequestDelegate next)
 {
     _bicycleShopContext = bicycleShopContext;
     _next = next;
 }
示例#2
0
 public PartRepository(BicycleShopContext db) : base(db)
 {
 }