Exemplo n.º 1
0
 public GoodsTypeRepository(InsteadBuyPlatformDbContext context) : base(context)
 {
 }
Exemplo n.º 2
0
 public CouponInfoRepository(InsteadBuyPlatformDbContext context) : base(context)
 {
 }
Exemplo n.º 3
0
 public UserCouponRepository(InsteadBuyPlatformDbContext context) : base(context)
 {
 }
 public GoodsSpecificationRepository(InsteadBuyPlatformDbContext context) : base(context)
 {
 }
Exemplo n.º 5
0
 public OrderInfoRepository(InsteadBuyPlatformDbContext context) : base(context)
 {
 }