Example #1
0
 public int GetCouponCount(int sourceId, SourceType sourceType)
 {
     return(_couponRepository.Get4Count(sourceId, sourceType));
 }