示例#1
0
 public ProductOrderRepository(SportStoreContext context) : base(context)
 {
 }
 public EntityBaseRepository(SportStoreContext context)
 {
     _context = context;
 }
示例#3
0
 public CategoryRepository(SportStoreContext context) : base(context)
 {
 }