Exemple #1
0
 public CouponServices(CouponAppDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Exemple #2
0
 public ClientCouponServices(CouponAppDbContext dbContext, CouponServices couponServices)
 {
     this.dbContext  = dbContext;
     _couponServices = couponServices;
 }