Example #1
0
 public FeedBacksController(
     IFeedBackService feedBackService,
     UserManager <ApplicationUser> userManager)
 {
     this.feedBackService = feedBackService;
     this.userManager     = userManager;
 }
Example #2
0
 public ProfileController(IUserService userService, INotificationService notificationService, IFeedBackService feedBackService, ICommitProvider commitProvider)
 {
     _userService         = userService;
     _notificationService = notificationService;
     _feedBackService     = feedBackService;
     _commitProvider      = commitProvider;
 }
Example #3
0
 public FeedbackController(
     ICarrierService carrierService,
     IFeedBackService feedbackService)
 {
     _feedbackService = feedbackService;
     _carrierService  = carrierService;
 }
Example #4
0
 public FeedBackController(IFeedBackService feedBackService,
                           UserManager <ApplicationUser> userManager,
                           ILoggerService loggerService)
 {
     _feedBackService = feedBackService;
     _userManager     = userManager;
     _loggerService   = loggerService;
 }
Example #5
0
 public FeedBackController(IFeedBackService service, IMapper mapper, IPagingSupport <FeedBack> pagingSupport, IGalleryService galleryService, IImageService imageService, IUploadFileService uploadFileService)
 {
     _service           = service;
     _mapper            = mapper;
     _pagingSupport     = pagingSupport;
     _galleryService    = galleryService;
     _imageService      = imageService;
     _uploadFileService = uploadFileService;
 }
Example #6
0
 public CarrierController(
     ICarrierService carrierService,
     IUserService userService,
     IFeedBackService feedbackService)
 {
     _carrierService  = carrierService;
     _userService     = userService;
     _feedbackService = feedbackService;
 }
 public AccountController(IAccountService accountService, IFeedBackService feedBackService, IImageService imageService, IGalleryService galleryService, IUploadFileService uploadFileService, IMapper mapper, IPagingSupport <Account> pagingSupport)
 {
     _accountService    = accountService;
     _feedBackService   = feedBackService;
     _imageService      = imageService;
     _galleryService    = galleryService;
     _uploadFileService = uploadFileService;
     _mapper            = mapper;
     _pagingSupport     = pagingSupport;
 }
Example #8
0
 public ServiceController(IBeautyServicesService service, IMapper mapper, IPagingSupport <Service> pagingSupport, IFeedBackService feedbackService, IGalleryService galleryService, IImageService imageService, IUploadFileService uploadFileService)
 {
     _service           = service;
     _mapper            = mapper;
     _pagingSupport     = pagingSupport;
     _feedbackService   = feedbackService;
     _galleryService    = galleryService;
     _imageService      = imageService;
     _uploadFileService = uploadFileService;
 }
 public NotificationController(IUserInfoService userInfoService, IConfiguration configuration, ICommonDataService dataService, IMgsReportService mgsReportService,
                               ISearchFilterSettingsService filterSettingsService, INotificationService notificationService, IFeedBackService feedBackService)   //INotification notification,
     : base(dataService, configuration, filterSettingsService)
 {
     // _notification = notification;
     _userInfo            = userInfoService.GetCurrentUserInfo();
     _dataService         = dataService;
     _mgsReportService    = mgsReportService;
     _notificationService = notificationService;
     _feedBackService     = feedBackService;
 }
 public RestaurantFacade(IRestaurantTypeService restaurantTypeService,
                         IRestaurantTypeTranslationService restaurantTypeTranslationService,
                         IRestaurantService restaurantService, IRestaurantTranslationService restaurantTranslationService,
                         IUserService userService, IRestaurantAdminService restaurantAdminService, IManageStorage manageStorage, IPackageService packageService, IMenuService menuService, IFeedBackService feedBackService)
 {
     _restaurantTypeService            = restaurantTypeService;
     _restaurantTypeTranslationService = restaurantTypeTranslationService;
     _restaurantService            = restaurantService;
     _restaurantTranslationService = restaurantTranslationService;
     _userService            = userService;
     _restaurantAdminService = restaurantAdminService;
     _manageStorage          = manageStorage;
     _packageService         = packageService;
     _menuService            = menuService;
     _feedBackService        = feedBackService;
 }
 public RestaurantFacade(IRestaurantTypeService restaurantTypeService,
                         IRestaurantTypeTranslationService restaurantTypeTranslationService
                         , IRestaurantService restaurantService, IRestaurantTranslationService restaurantTranslationService,
                         IUserService userService, IRestaurantAdminService restaurantAdminService
                         , IManageStorage manageStorage, IRestaurantWaiterService restaurantWaiterService, IAdminService globalAdminService, IUnitOfWorkAsync unitOfWork, IPackageService packageService, IMenuService menuService, IFeedBackService feedBackService) : base(unitOfWork)
 {
     _restaurantTypeService            = restaurantTypeService;
     _restaurantTypeTranslationService = restaurantTypeTranslationService;
     _restaurantService            = restaurantService;
     _restaurantTranslationService = restaurantTranslationService;
     _userService             = userService;
     _restaurantAdminService  = restaurantAdminService;
     _manageStorage           = manageStorage;
     _restaurantWaiterService = restaurantWaiterService;
     _globalAdminService      = globalAdminService;
     _packageService          = packageService;
     _menuService             = menuService;
     _feedBackService         = feedBackService;
 }
Example #12
0
 public FeedBackController()
 {
     RepService  = new FeedBackService();
     userService = new UserService();
     feedbackM   = new FeedBackModel();
 }
 public FeedBackHelper(IFeedBackService feedBackService)
 {
     _feedBackService = feedBackService;
 }
Example #14
0
 public FeedBackApiController()
 {
     MyService = new FeedBackService();
     Index();
     reclams = Index().ToList();
 }
Example #15
0
 public FeedbacksController(IFeedBackService feedbackService)
 {
     _feedbackService = feedbackService;
 }
 public FeedBackController(IFeedBackService feedBackService)
 {
     this.feedBackService = feedBackService;
 }
        public AdminController(IAgentService AgentService, IEventCustomerService EventCustomerService, IEventService EventService, ITipService TipService, IPropertyService PropertyService, IPropertyImageService PropertyImageService, IFeedBackService FeedBackService, ICompanyService CompanyService, ICountryService CountryService, IStateService StateService, ICityService CityService, IOfficeLocationService OfficeLocationService, ICustomerService CustomerService, IUserService UserService, IFormService FormService, IRoleDetailService RoleDetailService, IRoleService RoleService, IUserRoleService UserRoleService, IViewsService ViewsService, IBannerService BannerService)
            : base(CustomerService, UserService, RoleService, FormService, RoleDetailService, UserRoleService)
        {
            this._CustomerService       = CustomerService;
            this._UserService           = UserService;
            this._UserRoleService       = UserRoleService;
            this._OfficeLocationService = OfficeLocationService;
            this._CompanyService        = CompanyService;
            this._CountryService        = CountryService;
            this._StateService          = StateService;
            this._CityService           = CityService;

            this._AgentService         = AgentService;
            this._EventCustomerService = EventCustomerService;
            this._EventService         = EventService;
            this._CountryService       = CountryService;
            this._TipService           = TipService;
            this._PropertyService      = PropertyService;
            this._PropertyImageService = PropertyImageService;
            this._ViewsService         = ViewsService;
            this._FeedBackService      = FeedBackService;
            this._BannerService        = BannerService;
            //
        }
Example #18
0
 public FeedBackController(IFeedBackService fbService, ILogger <FeedBackController> ilogger)
 {
     _fbService = fbService;
     _ilogger   = ilogger;
 }
 public FeedbackController(IFeedBackService feedBackService)
 {
     this.feedBackService = feedBackService;
     resourceManager      = new ResourceManager("TopTests.API.Resources.ResourceFile", typeof(ResourceFile).Assembly);
 }
Example #20
0
 public HomeController(AppDbContext db, IReCaptchaService reCaptchaService, IFeedBackService feedBackService)
 {
     _db = db;
     _reCaptchaService = reCaptchaService;
     _feedBackService  = feedBackService;
 }
 public FeedBackController(IFeedBackService feedbackServices)
 {
     _feedbackServices = feedbackServices;
 }
Example #22
0
 public UserAreaController(ICommonDataService commonDataService, IUserInfoService userInfoService, INotificationService notificationService, IFeedBackService feedBackService)
 {
     _commonDataService = commonDataService;
     _userInfoService   = userInfoService;
     _feedBackService   = feedBackService;
 }
Example #23
0
 public FeedBackController(IFeedBackService _service)
 {
     service = _service;
 }
        public CustomerController(INotification Notification, IAgentService AgentService, IEventCustomerService EventCustomerService, IEventService EventService, ITipService TipService, IPropertyService PropertyService, IPropertyImageService PropertyImageService, IFeedBackService FeedBackService, ICompanyService CompanyService, ICountryService CountryService, IStateService StateService, ICityService CityService, IOfficeLocationService OfficeLocationService, ICustomerService CustomerService, IUserService UserService, IFormService FormService, IRoleDetailService RoleDetailService, IRoleService RoleService, IUserRoleService UserRoleService)
            : base(CustomerService, UserService, RoleService, FormService, RoleDetailService, UserRoleService)
        {
            this._Notification          = Notification;
            this._CustomerService       = CustomerService;
            this._UserService           = UserService;
            this._UserRoleService       = UserRoleService;
            this._OfficeLocationService = OfficeLocationService;
            this._CompanyService        = CompanyService;
            this._CountryService        = CountryService;
            this._StateService          = StateService;
            this._CityService           = CityService;

            this._AgentService         = AgentService;
            this._EventCustomerService = EventCustomerService;
            this._EventService         = EventService;
            this._CountryService       = CountryService;
            this._TipService           = TipService;
            this._PropertyService      = PropertyService;
            this._PropertyImageService = PropertyImageService;
        }
 public FeedBackFacade(IFeedBackService feedBackService, IUnitOfWorkAsync unitOfWork, IRoomService roomService, IRestaurantService restaurantService) : base(unitOfWork)
 {
     _feedBackService   = feedBackService;
     _roomService       = roomService;
     _restaurantService = restaurantService;
 }
Example #26
0
 // GET: FeedBack
 public FeedBackController(FeedBackService feedBackService)
 {
     _feedBackService = feedBackService;
 }
Example #27
0
 public HomeController(IFeedBackService feedBackService)
 {
     _feedBackService = feedBackService;
 }