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; }
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 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; }