Beispiel #1
0
 public GoodsTypeRepository(InsteadBuyPlatformDbContext context) : base(context)
 {
 }
 public CouponInfoRepository(InsteadBuyPlatformDbContext context) : base(context)
 {
 }
Beispiel #3
0
 public UserCouponRepository(InsteadBuyPlatformDbContext context) : base(context)
 {
 }
 public GoodsSpecificationRepository(InsteadBuyPlatformDbContext context) : base(context)
 {
 }
Beispiel #5
0
 public OrderInfoRepository(InsteadBuyPlatformDbContext context) : base(context)
 {
 }