public PerspectivesController(IPerspectiveService perspectiveService, IPerspectiveCommandService perspectiveCommandService, ITourQueryService tourQueryService, ICommentCommandService commentCommandService, ISEOToolStaticPageQueryService seoToolStaticPageQueryService)
 {
     _perspectiveService            = perspectiveService;
     _perspectiveCommandService     = perspectiveCommandService;
     _tourQueryService              = tourQueryService;
     _commentCommandService         = commentCommandService;
     _seoToolStaticPageQueryService = seoToolStaticPageQueryService;
 }
 public PerspectivesController(IPerspectiveService perspectiveService, IPerspectiveCommandService perspectiveCommandService, ITourQueryService tourQueryService, ICommentCommandService commentCommandService, ISEOToolStaticPageQueryService seoToolStaticPageQueryService)
 {
     _perspectiveService = perspectiveService;
     _perspectiveCommandService = perspectiveCommandService;
     _tourQueryService = tourQueryService;
     _commentCommandService = commentCommandService;
     _seoToolStaticPageQueryService = seoToolStaticPageQueryService;
 }
        public GiftCardsController(IGiftCardService giftCardService, IGiftCardOrderService giftCardOrderService, IUserService userService, ILogger logger, IRegistrationService registrationService, IUserMailer userMailer, IGiftOrderConfirmationMailer giftorderConfirmationMailer, ISEOToolStaticPageQueryService seoToolStaticPageQueryService)
        {
            _giftCardService = giftCardService;
            _giftCardOrderService = giftCardOrderService;

            _registrationService = registrationService;
            _userService = userService;
            _userMailer = userMailer;
            _giftorderConfirmationMailer = giftorderConfirmationMailer;
            _logger = logger;
            _seoToolStaticPageQueryService = seoToolStaticPageQueryService;
        }
        public GiftCardsController(IGiftCardService giftCardService, IGiftCardOrderService giftCardOrderService, IUserService userService, ILogger logger, IRegistrationService registrationService, IUserMailer userMailer, IGiftOrderConfirmationMailer giftorderConfirmationMailer, ISEOToolStaticPageQueryService seoToolStaticPageQueryService)
        {
            _giftCardService      = giftCardService;
            _giftCardOrderService = giftCardOrderService;

            _registrationService         = registrationService;
            _userService                 = userService;
            _userMailer                  = userMailer;
            _giftorderConfirmationMailer = giftorderConfirmationMailer;
            _logger = logger;
            _seoToolStaticPageQueryService = seoToolStaticPageQueryService;
        }
 public ToursController(ITourService tourService, IExperienceQueryService experienceQueryService, IShoppingCartService shoppingCartService, IOrderService orderService, IRegistrationService registrationService, IUserService userService, ILogger logger, IDiscountCodeValidator discountCodeValidator, IUserMailer userMailer, IOrderConfirmationMailer orderConfirmationMailer, ICategoryService categoryService, IPerspectiveService perspectiveService, ISEOToolStaticPageQueryService seoToolStaticPageQueryService, IStudentInquiryMailer mailer)
 {
     _tourService = tourService;
     _experienceQueryService = experienceQueryService;
     _shoppingCartService = shoppingCartService;
     _orderService = orderService;
     _registrationService = registrationService;
     _userService = userService;
     _userMailer = userMailer;
     _orderConfirmationMailer = orderConfirmationMailer;
     _logger = logger;
     _discountCodeValidator = discountCodeValidator;
     _categoryQueryService = categoryService;
     _perspectiveService = perspectiveService;
     _seoToolStaticPageQueryService = seoToolStaticPageQueryService;
     _mailer = mailer;
 }
Exemplo n.º 6
0
 public ToursController(ITourService tourService, IExperienceQueryService experienceQueryService, IShoppingCartService shoppingCartService, IOrderService orderService, IRegistrationService registrationService, IUserService userService, ILogger logger, IDiscountCodeValidator discountCodeValidator, IUserMailer userMailer, IOrderConfirmationMailer orderConfirmationMailer, ICategoryService categoryService, IPerspectiveService perspectiveService, ISEOToolStaticPageQueryService seoToolStaticPageQueryService, IStudentInquiryMailer mailer)
 {
     _tourService             = tourService;
     _experienceQueryService  = experienceQueryService;
     _shoppingCartService     = shoppingCartService;
     _orderService            = orderService;
     _registrationService     = registrationService;
     _userService             = userService;
     _userMailer              = userMailer;
     _orderConfirmationMailer = orderConfirmationMailer;
     _logger = logger;
     _discountCodeValidator         = discountCodeValidator;
     _categoryQueryService          = categoryService;
     _perspectiveService            = perspectiveService;
     _seoToolStaticPageQueryService = seoToolStaticPageQueryService;
     _mailer = mailer;
 }
 public PagesController(ISEOToolStaticPageQueryService seoToolStaticPageQueryService)
 {
     _seoToolStaticPageQueryService = seoToolStaticPageQueryService;
 }
 public SEOToolStaticPagesController(ISEOToolStaticPageQueryService seoToolStaticPageQueryService, ISEOToolStaticPageCommandService seoToolStaticPageCommandService)
 {
     _seoToolStaticPageQueryService   = seoToolStaticPageQueryService;
     _seoToolStaticPageCommandService = seoToolStaticPageCommandService;
 }
 public PagesController(ISEOToolStaticPageQueryService seoToolStaticPageQueryService)
 {
     _seoToolStaticPageQueryService = seoToolStaticPageQueryService;
 }
Exemplo n.º 10
0
 //
 // GET: /Home/
 public HomeController(ICategoryService categoryService, ISEOToolStaticPageQueryService seoToolStaticPageQueryService, IOrganizationService organizationService)
 {
     _categoryService = categoryService;
     _seoToolStaticPageQueryService = seoToolStaticPageQueryService;
     _organizationService = organizationService;
 }
Exemplo n.º 11
0
        //
        // GET: /Home/


        public HomeController(ICategoryService categoryService, ISEOToolStaticPageQueryService seoToolStaticPageQueryService, IOrganizationService organizationService)
        {
            _categoryService = categoryService;
            _seoToolStaticPageQueryService = seoToolStaticPageQueryService;
            _organizationService           = organizationService;
        }
 public SEOToolStaticPagesController(ISEOToolStaticPageQueryService seoToolStaticPageQueryService, ISEOToolStaticPageCommandService seoToolStaticPageCommandService)
 {
     _seoToolStaticPageQueryService = seoToolStaticPageQueryService;
     _seoToolStaticPageCommandService = seoToolStaticPageCommandService;
 }