public OtherCouponService(Zerg.Common.Data.IEventRepository<Entity.Entity.OtherCoupon.OtherCoupon> couponRepository, ILog log)
 {
     _couponRepository = couponRepository;
     _log = log;
 }
Beispiel #2
0
 public CouponService(Zerg.Common.Data.IEventRepository <Entity.Entity.Coupon.Coupon> couponRepository, ILog log)
 {
     _couponRepository = couponRepository;
     _log = log;
 }