Beispiel #1
0
 public StudyAppService(IMediatorHandler mediator, IProfileBaseAppServiceCommon profileBaseAppServiceCommon
                        , IStudyDomainService studyDomainService
                        , IGamificationDomainService gamificationDomainService) : base(profileBaseAppServiceCommon)
 {
     this.mediator                  = mediator;
     this.studyDomainService        = studyDomainService;
     this.gamificationDomainService = gamificationDomainService;
 }
 public StudyAppService(IMapper mapper, IUnitOfWork unitOfWork,
                        ICacheService cacheService,
                        IProfileDomainService profileDomainService,
                        IStudyDomainService studyDomainService,
                        IGamificationDomainService gamificationDomainService) : base(mapper, unitOfWork, cacheService, profileDomainService)
 {
     this.studyDomainService        = studyDomainService;
     this.gamificationDomainService = gamificationDomainService;
 }