//public IVIPsetupService _VIPsetupService { get; set; }
 public BaseController(IUserService UserService, IRoleService RoleService, IFormService FormService, IRoleDetailService RoleDetailService, IUserRoleService UserRoleService)
 {
     this._UserService       = UserService;
     this._UserRoleService   = UserRoleService;
     this._RoleService       = RoleService;
     this._RoleDetailService = RoleDetailService;
     this._FormService       = FormService;
     // this._VIPsetupService = VIPsetupService;
 }
 public AccountController(ICustomerService CustomerService, IUserService UserService, IRoleService RoleService, IFormService FormService, IRoleDetailService RoleDetailService, IUserRoleService UserRoleService)
     : base(CustomerService, UserService, RoleService, FormService, RoleDetailService, UserRoleService)
 {
 }
Exemple #3
0
 public ProductController(ICustomerService CustomerService, IUserService UserService, IRoleService RoleService, IUserRoleService UserRoleService, IFormService FormService, IRoleDetailService RoleDetailService, IProductService ProductService)
     : base(UserService, RoleService, FormService, RoleDetailService, UserRoleService)
 {
     this._CustomerService = CustomerService;
     //this._ClientService = ClientService;
     this._UserRoleService = UserRoleService;
     this._ProductService  = ProductService;
 }
 public AdminStaffController(ICustomerService CustomerService, IUserService UserService, IFormService FormService, IRoleDetailService RoleDetailService, IRoleService RoleService, IUserRoleService UserRoleService, IAdminStaffService AdminStaffService)
     : base(CustomerService, UserService, RoleService, FormService, RoleDetailService, UserRoleService)
 {
     this._CustomerService   = CustomerService;
     this._UserService       = UserService;
     this._UserRoleService   = UserRoleService;
     this._AdminStaffService = AdminStaffService;
 }
 public AgencyController(IRequestService RequestService, ICategoryService CategoryService, ICustomerService CustomerServices,
                         IUserService UserService, IRoleService RoleService, IFormService FormService, IRoleDetailService RoleDetailService, IUserRoleService UserRoleService,
                         IAgencyIndividualService AgencyIndividualService, IAgencyJobService AgencyJobService, ICustomerLocationService CustomerLocationService, INotificationService NotificationService)
     : base(UserService, RoleService, FormService, RoleDetailService, UserRoleService)
 {
     this._CategoryService         = CategoryService;
     this._RequestService          = RequestService;
     this._UserRoleService         = UserRoleService;
     this._UserService             = UserService;
     this._CustomerService         = CustomerServices;
     this._AgencyIndividualService = AgencyIndividualService;
     this._AgencyJobService        = AgencyJobService;
     this._CustomerLocationService = CustomerLocationService;
     this._NotificationService     = NotificationService;
 }
 public CategoryController(ICustomerService CustomerService, IUserService UserService, IRoleService RoleService, IUserRoleService UserRoleService, IFormService FormService, IRoleDetailService RoleDetailService, ICategoryService CategoryService, ISubCategoryService SubCategoryService, ISupplierService SupplierService)
     : base(CustomerService, UserService, RoleService, FormService, RoleDetailService, UserRoleService)
 {
     this._CategoryService    = CategoryService;
     this._SubCategoryService = SubCategoryService;
     this._SupplierService    = SupplierService;
 }
        public MonthlySubscriptionController(IUserService UserService, IRoleService RoleService, IUserRoleService UserRoleService, IFormService FormService, IRoleDetailService RoleDetailService, ICompanyService CompanyService,
                                             ICityService CityService, ICountryService CountryService, IStateService StateService, ICustomerServices CustomerService, IMonthlySubscriptionService IMonthlySubscriptionService, ICompanyLocationService CompanyLocationService, IMonthlySubscriptionService MonthlySubscriptionService, IVIPsetupService VIPsetupService)
            : base(UserService, RoleService, FormService, RoleDetailService, UserRoleService, VIPsetupService)
        {
            this._CompanyService             = CompanyService;
            this._CityService                = CityService;
            this._CountryService             = CountryService;
            this._StateService               = StateService;
            this._MonthlySubscriptionService = MonthlySubscriptionService;
            this._UserRoleService            = UserRoleService;
            this._CustomerService            = CustomerService;
            this._UserService                = UserService;


            this._CompanyLocationService = CompanyLocationService;
        }
Exemple #8
0
 public UserRoleController(ICustomerService CustomerService, IUserService UserService, ICompanyService CompanyService, IRoleService RoleService, IFormService FormService, IRoleDetailService RoleDetailService, IUserRoleService UserRoleService)
     : base(CustomerService, UserService, RoleService, FormService, RoleDetailService, UserRoleService)
 {
     this._UserRoleService = UserRoleService;
 }
 public RewardController(ICategoryService CategoryService, IRewardService RewardService, IUserService UserService, IRoleService RoleService, IUserRoleService UserRoleService, IFormService FormService, IRoleDetailService RoleDetailService)
     : base(UserService, RoleService, FormService, RoleDetailService, UserRoleService)
 {
     this._RewardService   = RewardService;
     this._CategoryService = CategoryService;
 }
Exemple #10
0
 public DecentralizationController(IGroupAccountService iGroupAccountService, IRoleDetailService iRoleDetailService, IRoleService iRoleService)
 {
     _iGroupAccountService = iGroupAccountService;
     _iRoleDetailService   = iRoleDetailService;
     _iRoleService         = iRoleService;
 }
 public StatesController(ICustomerService CustomerService, ICityService CityService, IStateService StateService, IFormService FormService, ICountryService CountryService, IUserService UserService, IRoleService RoleService, IRoleDetailService RoleDetailService, IUserRoleService UserRoleService)
     : base(CustomerService, UserService, RoleService, FormService, RoleDetailService, UserRoleService)
 {
     this._CityService  = CityService;
     this._StateService = StateService;
     this._CityService  = CityService;
 }
 public PrivacyPolicyController(IPrivacyPolicyService PrivacyPolicyService, IRequestService RequestService, ICategoryService CategoryService, ICustomerService CustomerServices, IUserService UserService, IRoleService RoleService, IFormService FormService, IRoleDetailService RoleDetailService, IUserRoleService UserRoleService)
     : base(UserService, RoleService, FormService, RoleDetailService, UserRoleService)
 {
     this._PrivacyPolicyService = PrivacyPolicyService;
     this._CategoryService      = CategoryService;
     this._RequestService       = RequestService;
     this._UserRoleService      = UserRoleService;
     this._UserService          = UserService;
     this._CustomerService      = CustomerServices;
 }
Exemple #13
0
 public SuperAdminController(IUserService UserService, IRoleService RoleService, IFormService FormService, IRoleDetailService RoleDetailService,
                             IUserRoleService UserRoleService, ICustomerService CustomerService, ICategoryService CategoryService, IAgencyIndividualService AgencyIndividualService)
     : base(UserService, RoleService, FormService, RoleDetailService, UserRoleService)
 {
     this._CustomerService         = CustomerService;
     this._CategoryService         = CategoryService;
     this._AgencyIndividualService = AgencyIndividualService;
 }
Exemple #14
0
 public SerivceItemController(IUserService UserService, IRoleService RoleService, IUserRoleService UserRoleService, IFormService FormService, IRoleDetailService RoleDetailService, IServiceItemService ServiceItemService, IVIPsetupService VIPsetupService)
     : base(UserService, RoleService, FormService, RoleDetailService, UserRoleService, VIPsetupService)
 {
     this._UserRoleService    = UserRoleService;
     this._UserService        = UserService;
     this._ServiceItemService = ServiceItemService;
 }
Exemple #15
0
 public roledetailApiController(IRoleDetailService roledetailservice)
 {
     this._roledetailservice = roledetailservice;
 }
Exemple #16
0
 public TipController(ICustomerService CustomerService, IRoleService RoleService, IFormService FormService, IRoleDetailService RoleDetailService, IRoleService _RoleService, IUserRoleService UserRoleService, IUserService UserService, ITipService TipService)
     : base(CustomerService, UserService, RoleService, FormService, RoleDetailService, UserRoleService)
 {
     this._UserService     = UserService;
     this._UserRoleService = UserRoleService;
     this._CustomerService = CustomerService;
     this._TipService      = TipService;
 }
 public EventController(INotification Notification, ICustomerService CustomerService, IEventCustomerService EventCustomerService, IEventService EventService, IUserService UserService, IRoleService RoleService, IFormService FormService, IRoleDetailService RoleDetailService, IRoleService _RoleService, IUserRoleService UserroleService, IPropertyImageService PropertyImageService, IPropertyService PropertyService, ICompanyService CompanyService)
     : base(CustomerService, UserService, RoleService, FormService, RoleDetailService, UserroleService)
 {
     this._CompanyService       = CompanyService;
     this._PropertyService      = PropertyService;
     this._PropertyImageService = PropertyImageService;
     this._CustomerService      = CustomerService;
     this._EventService         = EventService;
     this._EventCustomerService = EventCustomerService; //Notification
     this._Notification         = Notification;         //
 }
 public CategoryController(ICustomerService CustomerService, IUserService UserService, IRoleService RoleService, IUserRoleService UserRoleService, IFormService FormService, IRoleDetailService RoleDetailService, ICategoryService CategoryService)
     : base(UserService, RoleService, FormService, RoleDetailService, UserRoleService)
 {
     this._CustomerService = CustomerService;
     //this._ClientService = ClientService;
     this._UserRoleService = UserRoleService;
     this._CategoryService = CategoryService;
 }
Exemple #19
0
 public ClientController(IUserService UserService, IRoleService RoleService, IUserRoleService UserRoleService, IFormService FormService, IRoleDetailService RoleDetailService, ICompanyService CompanyService,
                         ICityService CityService, ICountryService CountryService, IStateService StateService, ICustomerServices CustomerService, IVIPsetupService VIPsetupService)
     : base(UserService, RoleService, FormService, RoleDetailService, UserRoleService, VIPsetupService)
 {
     this._CompanyService = CompanyService;
     this._CityService    = CityService;
     this._CountryService = CountryService;
     this._StateService   = StateService;
     //this._ClientService = ClientService;
     this._UserRoleService = UserRoleService;
     this._CustomerService = CustomerService;
     this._UserService     = UserService;
 }
 public VIPsetupController(IUserService UserService, IRoleService RoleService, IUserRoleService UserRoleService, IFormService FormService, IRoleDetailService RoleDetailService, IServiceItemService ServiceItemService, ICustomerServices CustomerServices, ICompanyService CompanyService, IBranchService BranchService, ICustomerServicesService CustomerServicesService, IProductService ProductService, ICategoryService CategoryService, IVIPsetupService VIPsetupService)
     : base(UserService, RoleService, FormService, RoleDetailService, UserRoleService, VIPsetupService)
 {
     this._VIPsetupService = VIPsetupService;
 }
 public BaseController(ICustomerService CustomerService, IUserService UserService, IRoleService RoleService, IFormService FormService, IRoleDetailService RoleDetailService, IUserRoleService UserRoleService)
 {
     this._UserService       = UserService;
     this._UserRoleService   = UserRoleService;
     this._RoleService       = RoleService;
     this._RoleDetailService = RoleDetailService;
     this._FormService       = FormService;
     this._CustomerService   = CustomerService;
 }
        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;
            //
        }
        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;
        }
Exemple #24
0
 public JobController(IReviewAndRatingService ReviewAndRatingService, IRequestService RequestService, ICategoryService CategoryService, ICustomerService CustomerServices,
                      IUserService UserService, IRoleService RoleService, IFormService FormService, IRoleDetailService RoleDetailService, IUserRoleService UserRoleService,
                      IAgencyIndividualService AgencyIndividualService, IAgencyJobService AgencyJobService, ICustomerLocationService CustomerLocationService, ICustomerPaymentService CustomerPaymentService)
     : base(UserService, RoleService, FormService, RoleDetailService, UserRoleService)
 {
     this._ReviewAndRatingService  = ReviewAndRatingService;
     this._CategoryService         = CategoryService;
     this._RequestService          = RequestService;
     this._UserRoleService         = UserRoleService;
     this._UserService             = UserService;
     this._CustomerService         = CustomerServices;
     this._AgencyIndividualService = AgencyIndividualService;
     this._AgencyJobService        = AgencyJobService;
     this._CustomerLocationService = CustomerLocationService;
     this._CustomerPaymentService  = CustomerPaymentService;
 }
Exemple #25
0
        //  public IFormService _FormService { get; set; }

        public FormsController(IUserService UserService, IRoleService RoleService, IUserRoleService UserRoleService, IFormService FormService, IRoleDetailService RoleDetailService)
            : base(UserService, RoleService, FormService, RoleDetailService, UserRoleService)
        {
            this._FormService = FormService;
        }
 public MessageController(ICustomerService CustomerService, IUserService UserService, IFormService FormService, IRoleDetailService RoleDetailService, IRoleService RoleService, IUserRoleService UserRoleService, IMessageService MessageService, IMessageImageService MessageImageService)
     : base(CustomerService, UserService, RoleService, FormService, RoleDetailService, UserRoleService)
 {
     this._CustomerService     = CustomerService;
     this._UserService         = UserService;
     this._UserRoleService     = UserRoleService;
     this._MessageService      = MessageService;
     this._MessageImageService = MessageImageService;
 }
Exemple #27
0
 public MembershipController(ICategoryService CategoryService, IMembershipService MembershipService, IUserService UserService, IRoleService RoleService, IUserRoleService UserRoleService, IFormService FormService, IRoleDetailService RoleDetailService)
     : base(UserService, RoleService, FormService, RoleDetailService, UserRoleService)
 {
     this._MembershipService = MembershipService;
     this._CategoryService   = CategoryService;
 }
Exemple #28
0
        public CountryController(IUserService UserService, ICountryService CountryService, IStateService StateService, IRoleService RoleService, IFormService FormService, IRoleDetailService RoleDetailService, IUserRoleService UserRoleService)
            : base(UserService, RoleService, FormService, RoleDetailService, UserRoleService)

        {
            this._CountryService = CountryService;
        }
 public AdminBrokerageController(IAgentService AgentService, ICustomerService CustomerService, IUserService UserService, IRoleService RoleService, IFormService FormService, IRoleDetailService RoleDetailService, IRoleService _RoleService, IUserRoleService UserroleService, IPropertyImageService PropertyImageService, IPropertyService PropertyService, ICompanyService CompanyService, IBrokerageServices BrokerageService, IBrokerageServiceServices BrokerageServiceServices, IBrokerageDetailServices BrokerageDetailServices)
     : base(CustomerService, UserService, RoleService, FormService, RoleDetailService, UserroleService)
 {
     this._CompanyService           = CompanyService;
     this._PropertyService          = PropertyService;
     this._PropertyImageService     = PropertyImageService;
     this._CustomerService          = CustomerService;
     this._AgentService             = AgentService;
     this._BrokerageService         = BrokerageService;
     this._BrokerageServiceServices = BrokerageServiceServices;
     this._BrokerageDetailServices  = BrokerageDetailServices;
 }
 public LocationController(ICategoryService CategoryService, ILocationTagService LocationTagService, ICustomerService CustomerService, ILocationImagesService LocationImagesService, IUserService UserService, IRoleService RoleService, IUserRoleService UserRoleService, IFormService FormService, IRoleDetailService RoleDetailService, ILocationService LocationService)
     : base(UserService, RoleService, FormService, RoleDetailService, UserRoleService)
 {
     this._LocationImagesService = LocationImagesService;
     this._LocationTagService    = LocationTagService;
     this._UserRoleService       = UserRoleService;
     this._LocationService       = LocationService;
     this._CustomerService       = CustomerService;
     this._CategoryService       = CategoryService;
 }