コード例 #1
0
 public GiveawayAppService(IProfileBaseAppServiceCommon profileBaseAppServiceCommon
                           , IGiveawayDomainService giveawayDomainService
                           , IGamificationDomainService gamificationDomainService
                           , IShortUrlDomainService shortUrlDomainService) : base(profileBaseAppServiceCommon)
 {
     this.giveawayDomainService     = giveawayDomainService;
     this.gamificationDomainService = gamificationDomainService;
     this.shortUrlDomainService     = shortUrlDomainService;
 }
コード例 #2
0
 public ShortUrlAppService(IBaseAppServiceCommon baseAppServiceCommon, IShortUrlDomainService shortUrlDomainService) : base(baseAppServiceCommon)
 {
     this.shortUrlDomainService = shortUrlDomainService;
 }