public AjaxContentController(
     ICityCateService CityCateService,
     IArticleCateService ArticleCateService,
     IMemberService MemberService,
     IMediaCateService MediaCateService,
     IFormatCateService FormatCateService,
     IPeriodCateService PeriodCateService,
     IOwnerCateService OwnerCateService,
     IFavoriteService FavoriteService,
     ISchemeItemService SchemeItemService,
     ISchemeService SchemeService,
     IOutDoorService OutDoorService,
     IOutDoorLuceneService OutDoorLuceneService
     )
 {
     this.CityCateService      = CityCateService;
     this.ArticleCateService   = ArticleCateService;
     this.MemberService        = MemberService;
     this.MediaCateService     = MediaCateService;
     this.FormatCateService    = FormatCateService;
     this.PeriodCateService    = PeriodCateService;
     this.OwnerCateService     = OwnerCateService;
     this.FavoriteService      = FavoriteService;
     this.SchemeItemService    = SchemeItemService;
     this.SchemeService        = SchemeService;
     this.OutDoorService       = OutDoorService;
     this.OutDoorLuceneService = OutDoorLuceneService;
 }
 public AjaxContentController(
      ICityCateService CityCateService,
      IArticleCateService ArticleCateService,
      IMemberService MemberService,
      IMediaCateService MediaCateService,
      IFormatCateService FormatCateService,
      IPeriodCateService PeriodCateService,
      IOwnerCateService OwnerCateService,
      IFavoriteService FavoriteService,
      ISchemeItemService SchemeItemService,
      ISchemeService SchemeService,
     IOutDoorService OutDoorService,
     IOutDoorLuceneService OutDoorLuceneService
   )
 {
     this.CityCateService = CityCateService;
     this.ArticleCateService = ArticleCateService;
     this.MemberService = MemberService;
     this.MediaCateService = MediaCateService;
     this.FormatCateService = FormatCateService;
     this.PeriodCateService = PeriodCateService;
     this.OwnerCateService = OwnerCateService;
     this.FavoriteService = FavoriteService;
     this.SchemeItemService = SchemeItemService;
     this.SchemeService = SchemeService;
     this.OutDoorService = OutDoorService;
     this.OutDoorLuceneService = OutDoorLuceneService;
 }
Beispiel #3
0
        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;
        }
Beispiel #4
0
        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;
        }
Beispiel #5
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;
 }
Beispiel #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;
 }
Beispiel #7
0
 public HomeController(IOutDoorLuceneService OutDoorLuceneService)
 {
     this.OutDoorLuceneService = OutDoorLuceneService;
 }
Beispiel #8
0
 public CompareController(
     IOutDoorLuceneService OutDoorLuceneService
     )
 {
     this.OutDoorLuceneService = OutDoorLuceneService;
 }
Beispiel #9
0
 public CompareController(
     IOutDoorLuceneService OutDoorLuceneService
     )
 {
     this.OutDoorLuceneService = OutDoorLuceneService;
 }
Beispiel #10
0
 public HomeController(IOutDoorLuceneService OutDoorLuceneService)
 {
     this.OutDoorLuceneService = OutDoorLuceneService;
 }