Example #1
0
 public FlashPromotionSessionController(IFlashPromotionSessionRepository flashPromotionSessionRepository)
 {
     _flashPromotionSessionRepository = flashPromotionSessionRepository;
 }
 public FlashPromotionSessionAppService(IFlashPromotionSessionRepository repository) : base(repository)
 {
     _repository = repository;
 }