コード例 #1
0
 public MediaVerifyController(
     IMemberService MemberService
     , IEmailService EmailService
     , IMember_ActionService Member_ActionService
     , IOutDoorService OutDoorService
     , IIndustryCateService IndustryCateService,
     ICrowdCateService CrowdCateService,
     IOwnerCateService OwnerCateService,
     IAreaCateService AreaCateService,
     IPurposeCateService PurposeCateService,
     IFormatCateService FormatCateService,
     IPeriodCateService PeriodCateService,
     ICityCateService CityCateService,
     IMediaCateService MediaCateService,
     ICompanyService CompanyService)
 {
     this.MemberService        = MemberService;
     this.EmailService         = EmailService;
     this.Member_ActionService = Member_ActionService;
     this.OutDoorService       = OutDoorService;
     this.IndustryCateService  = IndustryCateService;
     this.CrowdCateService     = CrowdCateService;
     this.OwnerCateService     = OwnerCateService;
     this.AreaCateService      = AreaCateService;
     this.PurposeCateService   = PurposeCateService;
     this.FormatCateService    = FormatCateService;
     this.PeriodCateService    = PeriodCateService;
     this.CityCateService      = CityCateService;
     this.MediaCateService     = MediaCateService;
     this.CompanyService       = CompanyService;
 }
コード例 #2
0
 public MediaVerifyController(
       IMemberService MemberService
     , IEmailService EmailService
     , IMember_ActionService Member_ActionService
     , IOutDoorService OutDoorService
     , IIndustryCateService IndustryCateService,
     ICrowdCateService CrowdCateService,
     IOwnerCateService OwnerCateService,
     IAreaCateService AreaCateService,
     IPurposeCateService PurposeCateService,
     IFormatCateService FormatCateService,
     IPeriodCateService PeriodCateService,
     ICityCateService CityCateService,
     IMediaCateService MediaCateService,
     ICompanyService CompanyService)
 {
     this.MemberService = MemberService;
     this.EmailService = EmailService;
     this.Member_ActionService = Member_ActionService;
     this.OutDoorService = OutDoorService;
     this.IndustryCateService = IndustryCateService;
     this.CrowdCateService = CrowdCateService;
     this.OwnerCateService = OwnerCateService;
     this.AreaCateService = AreaCateService;
     this.PurposeCateService = PurposeCateService;
     this.FormatCateService = FormatCateService;
     this.PeriodCateService = PeriodCateService;
     this.CityCateService = CityCateService;
     this.MediaCateService = MediaCateService;
     this.CompanyService = CompanyService;
 }
コード例 #3
0
ファイル: SchemeController.cs プロジェクト: navy235/7980Site
        public SchemeController(
            IMemberService MemberService,
            IEmailService EmailService,
            ICompanyService CompanyService,
            IMember_ActionService Member_ActionService,
            ICityCateService CityCateService,
            ICompanyCredentialsImgService CompanyCredentialsImgService,
            ICompanyNoticeService CompanyNoticeService,
            ICompanyMessageService CompanyMessageService,
            IOutDoorService OutDoorService,
            IIndustryCateService IndustryCateService,
            ICrowdCateService CrowdCateService,
            IOwnerCateService OwnerCateService,
            IAreaCateService AreaCateService,
            IPurposeCateService PurposeCateService,
            IFormatCateService FormatCateService,
            IPeriodCateService PeriodCateService,
            IFavoriteService FavoriteService,
            ISchemeItemService SchemeItemService,
            ISchemeService SchemeService,
            IOutDoorLuceneService OutDoorLuceneService

            )
        {
            this.MemberService = MemberService;
            this.EmailService = EmailService;
            this.CompanyService = CompanyService;
            this.Member_ActionService = Member_ActionService;
            this.CityCateService = CityCateService;
            this.CompanyCredentialsImgService = CompanyCredentialsImgService;
            this.CompanyNoticeService = CompanyNoticeService;
            this.CompanyMessageService = CompanyMessageService;
            this.OutDoorService = OutDoorService;
            this.IndustryCateService = IndustryCateService;
            this.CrowdCateService = CrowdCateService;
            this.OwnerCateService = OwnerCateService;
            this.AreaCateService = AreaCateService;
            this.PurposeCateService = PurposeCateService;
            this.FormatCateService = FormatCateService;
            this.PeriodCateService = PeriodCateService;
            this.FavoriteService = FavoriteService;
            this.SchemeItemService = SchemeItemService;
            this.SchemeService = SchemeService;
            this.OutDoorLuceneService = OutDoorLuceneService;
        }
コード例 #4
0
ファイル: SchemeController.cs プロジェクト: navy235/7980Site
        public SchemeController(
            IMemberService MemberService,
            IEmailService EmailService,
            ICompanyService CompanyService,
            IMember_ActionService Member_ActionService,
            ICityCateService CityCateService,
            ICompanyCredentialsImgService CompanyCredentialsImgService,
            ICompanyNoticeService CompanyNoticeService,
            ICompanyMessageService CompanyMessageService,
            IOutDoorService OutDoorService,
            IIndustryCateService IndustryCateService,
            ICrowdCateService CrowdCateService,
            IOwnerCateService OwnerCateService,
            IAreaCateService AreaCateService,
            IPurposeCateService PurposeCateService,
            IFormatCateService FormatCateService,
            IPeriodCateService PeriodCateService,
            IFavoriteService FavoriteService,
            ISchemeItemService SchemeItemService,
            ISchemeService SchemeService,
            IOutDoorLuceneService OutDoorLuceneService

            )
        {
            this.MemberService                = MemberService;
            this.EmailService                 = EmailService;
            this.CompanyService               = CompanyService;
            this.Member_ActionService         = Member_ActionService;
            this.CityCateService              = CityCateService;
            this.CompanyCredentialsImgService = CompanyCredentialsImgService;
            this.CompanyNoticeService         = CompanyNoticeService;
            this.CompanyMessageService        = CompanyMessageService;
            this.OutDoorService               = OutDoorService;
            this.IndustryCateService          = IndustryCateService;
            this.CrowdCateService             = CrowdCateService;
            this.OwnerCateService             = OwnerCateService;
            this.AreaCateService              = AreaCateService;
            this.PurposeCateService           = PurposeCateService;
            this.FormatCateService            = FormatCateService;
            this.PeriodCateService            = PeriodCateService;
            this.FavoriteService              = FavoriteService;
            this.SchemeItemService            = SchemeItemService;
            this.SchemeService                = SchemeService;
            this.OutDoorLuceneService         = OutDoorLuceneService;
        }
コード例 #5
0
ファイル: OutDoorService.cs プロジェクト: navy235/7980Site
 public OutDoorService(IUnitOfWork db
     , IIndustryCateService IndustryCateService
     , ICrowdCateService CrowdCateService
     , IAreaCateService AreaCateService
     , IPurposeCateService PurposeCateService
     , IOutDoorLuceneService OutDoorLuceneService
     , IMemberService MemberService
     , IMessageService MessageService
     )
 {
     this.db = db;
     this.IndustryCateService = IndustryCateService;
     this.CrowdCateService = CrowdCateService;
     this.AreaCateService = AreaCateService;
     this.PurposeCateService = PurposeCateService;
     this.OutDoorLuceneService = OutDoorLuceneService;
     this.MemberService = MemberService;
     this.MessageService = MessageService;
 }
コード例 #6
0
 public OutDoorService(IUnitOfWork db
                       , IIndustryCateService IndustryCateService
                       , ICrowdCateService CrowdCateService
                       , IAreaCateService AreaCateService
                       , IPurposeCateService PurposeCateService
                       , IOutDoorLuceneService OutDoorLuceneService
                       , IMemberService MemberService
                       , IMessageService MessageService
                       )
 {
     this.db = db;
     this.IndustryCateService  = IndustryCateService;
     this.CrowdCateService     = CrowdCateService;
     this.AreaCateService      = AreaCateService;
     this.PurposeCateService   = PurposeCateService;
     this.OutDoorLuceneService = OutDoorLuceneService;
     this.MemberService        = MemberService;
     this.MessageService       = MessageService;
 }
コード例 #7
0
 public OutDoorLuceneService(
     IUnitOfWork db,
     IIndustryCateService IndustryCateService,
     ICrowdCateService CrowdCateService,
     IOwnerCateService OwnerCateService,
     IAreaCateService AreaCateService,
     IPurposeCateService PurposeCateService,
     IFormatCateService FormatCateService,
     IPeriodCateService PeriodCateService,
     ICityCateService CityCateService,
     IMediaCateService MediaCateService)
 {
     this.db = db;
     this.IndustryCateService = IndustryCateService;
     this.CrowdCateService = CrowdCateService;
     this.OwnerCateService = OwnerCateService;
     this.AreaCateService = AreaCateService;
     this.PurposeCateService = PurposeCateService;
     this.FormatCateService = FormatCateService;
     this.PeriodCateService = PeriodCateService;
     this.CityCateService = CityCateService;
     this.MediaCateService = MediaCateService;
 }
コード例 #8
0
 public OutDoorLuceneService(
     IUnitOfWork db,
     IIndustryCateService IndustryCateService,
     ICrowdCateService CrowdCateService,
     IOwnerCateService OwnerCateService,
     IAreaCateService AreaCateService,
     IPurposeCateService PurposeCateService,
     IFormatCateService FormatCateService,
     IPeriodCateService PeriodCateService,
     ICityCateService CityCateService,
     IMediaCateService MediaCateService)
 {
     this.db = db;
     this.IndustryCateService = IndustryCateService;
     this.CrowdCateService    = CrowdCateService;
     this.OwnerCateService    = OwnerCateService;
     this.AreaCateService     = AreaCateService;
     this.PurposeCateService  = PurposeCateService;
     this.FormatCateService   = FormatCateService;
     this.PeriodCateService   = PeriodCateService;
     this.CityCateService     = CityCateService;
     this.MediaCateService    = MediaCateService;
 }
コード例 #9
0
 public PurposeCateController(
     IPurposeCateService _PurposeCateService
     )
 {
     PurposeCateService = _PurposeCateService;
 }