Example #1
0
 public AwardDefinitionService(IAwardDefinitionRepository awardDefintionRepository, IAwardConditionRepository awardConditionRepository, IAwardImageRepository awardImageRepository, IImageService imageService, ISettingsManager settingsManager)
 {
     _awardDefinitionRepository = awardDefintionRepository;
     _awardConditionRepository  = awardConditionRepository;
     _awardImageRepository      = awardImageRepository;
     _imageService    = imageService;
     _settingsManager = settingsManager;
 }
		public AwardDefinitionService(IAwardDefinitionRepository awardDefintionRepository, IAwardConditionRepository awardConditionRepository)
		{
			_awardDefinitionRepository = awardDefintionRepository;
			_awardConditionRepository = awardConditionRepository;
		}
 public EventDefinitionService(IEventDefinitionRepository eventDefinitionRepository, IAwardConditionRepository awardConditionRepository)
 {
     _eventDefinitionRepository = eventDefinitionRepository;
     _awardConditionRepository  = awardConditionRepository;
 }
 public AwardDefinitionService(IAwardDefinitionRepository awardDefintionRepository, IAwardConditionRepository awardConditionRepository)
 {
     _awardDefinitionRepository = awardDefintionRepository;
     _awardConditionRepository  = awardConditionRepository;
 }
		public EventDefinitionService(IEventDefinitionRepository eventDefinitionRepository, IAwardConditionRepository awardConditionRepository)
		{
			_eventDefinitionRepository = eventDefinitionRepository;
			_awardConditionRepository = awardConditionRepository;
		}