예제 #1
0
 public TenantController(ITenantService tenantService, IPropertyService propertyService, IStatusService statusService, ICommonListService commonListService)
 {
     _tenantService = tenantService;
     _propertyService = propertyService;
     _statusService = statusService;
     _commonListService = commonListService;
 }
예제 #2
0
        //ended by Suranjana

        public MasterController(IDepartmentService DepartmentService, IDivisionService DivisionService,
                                ILocalizationService localizationService, IExecutive ExecutiveService, IWorkContext workContext,
                                IProductType ProductTypeService
                                //added by Saddam on 17/05/2016
                                , IAuthorService AuthorService,
                                //Added by sanjeet
                                IPublishingCompanyService publishingCompanyService,
                                IEncryptionService encryptionService,
                                ICommonListService commonList,
                                IDbContext dbContext,
                                //Added By Ankush Kumar on 11/07/2016
                                ISubsidiaryRightsService subsidiaryRightsService,
                                //Added by Suranjana on 11/07/2016
                                ITypeOfRightsService typeOfRightsService
                                )
        {
            _DepartmentService   = DepartmentService;
            _DivisionService     = DivisionService;
            _localizationService = localizationService;
            _ExecutiveService    = ExecutiveService;
            _workContext         = workContext;
            _ProductTypeService  = ProductTypeService;
            //Added by saddam on 17/05/2016
            _AuthorTypeService = AuthorService;
            //ended by saddam
            _publishingCompanyService = publishingCompanyService;
            _encryptionService        = encryptionService;
            _commonList     = commonList;
            this._dbContext = dbContext;
            //Added by Suranjana on 11/07/2016
            _typeOfRightsService = typeOfRightsService;
        }
예제 #3
0
 public PropertyController(IPropertyService propertyService, IStatusService statusService, IRepairService repairService, ICommonListService commonListService)
 {
     _propertyService   = propertyService;
     _statusService     = statusService;
     _repairService     = repairService;
     _commonListService = commonListService;
 }
예제 #4
0
 public LeaseController(ILeaseService leaseService, IPropertyService propertyService, IStatusService statusService, IRepairService repairService, ICommonListService commonListService, ITenantService tenantService)
 {
     _leaseService      = leaseService;
     _propertyService   = propertyService;
     _statusService     = statusService;
     _commonListService = commonListService;
     _tenantService     = tenantService;
 }
 public NavigationController
 (
     IWorkContext workContext
     , INavigationService navigationService
     , ICommonListService commonList
 )
 {
     _workContext       = workContext;
     _navigationService = navigationService;
     _commonList        = commonList;
 }
예제 #6
0
 public AuthorTypeMasterController(
     ICommonListService CommonListService,
     ILocalizationService localizationService,
     IRepository <AuthorContractauthordetails> authorContractauthordetails,
     IRepository <AuthorType> authorType
     )
 {
     _CommonListService   = CommonListService;
     _localizationService = localizationService;
     this._AuthorContractauthordetails = authorContractauthordetails;
     this._AuthorType = authorType;
 }
예제 #7
0
 /// <summary>
 /// Constructor method
 /// </summary>
 /// <param name="mobjCommonListService">accepts  SubProductTypeService interface object as parameter</param>
 /// <param name="mobjLocalizationService">accepts LocalizationService interface object as parameter</param>
 public SubProductTypeMasterController(ICommonListService mobjCommonListService,
                                       ILocalizationService mobjLocalizationService,
                                       ILogger mobjLoggerService,
                                       IDbContext dbContext,
                                       IRepository <ProductTypeMaster> mobjProductTypeMaster,
                                       IRepository <ACS.Core.Domain.Product.ProductMaster> mobjProductMaster)
 {
     _CommonListService       = mobjCommonListService;
     _mobjLocalizationService = mobjLocalizationService;
     _mobjLoggerService       = mobjLoggerService;
     _dbContext             = dbContext;
     _mobjProductTypeMaster = mobjProductTypeMaster;
     _mobjProductMaster     = mobjProductMaster;
 }
예제 #8
0
 public LoginController(
     IUserService userService
     , IUserAuthenticationService userAuthenticationService
     , IWorkContext workContext
     , IExecutive execcutiveService
     , ICommonListService commonList
     )
 {
     _userService = userService;
     _userAuthenticationService = userAuthenticationService;
     _workContext       = workContext;
     _execcutiveService = execcutiveService;
     _commonList        = commonList;
 }
예제 #9
0
 public CommonListController(ICommonListService CommonListService, ILocalizationService localizationService,
                             ILogger loggerService, IDbContext dbContext, IRepository <ACS.Core.Domain.Product.ProductMaster> ProductMaster,
                             IRepository <ACS.Core.Domain.Master.ProductTypeMaster> ProductTypeMaster,
                             IRepository <ImprintMaster> ImprintRepository, IRepository <PublishingCompanyMaster> PublishingCompanyRepository,
                             IRepository <PubCenterMaster> PubCenterRepository)
 {
     _CommonListService           = CommonListService;
     _ImprintRepository           = ImprintRepository;
     _PublishingCompanyRepository = PublishingCompanyRepository;
     _localizationService         = localizationService;
     _loggerService       = loggerService;
     this._dbContext      = dbContext;
     _ProductMaster       = ProductMaster;
     _ProductTypeMaster   = ProductTypeMaster;
     _PubCenterRepository = PubCenterRepository;
 }
예제 #10
0
        public CustomProductController(

            IProductMasterService ProductMasterService
            , ICustomProductService CustomProductService
            , ILocalizationService localizationService
            , ICommonListService CommonListService
            , IDbContext dbContext

            )
        {
            _ProductMasterService = ProductMasterService;
            _localizationService  = localizationService;
            _CustomProductService = CustomProductService;
            _CommonListService    = CommonListService;
            this._dbContext       = dbContext;
        }
예제 #11
0
        public OtherContractController(

            IOtherContractService OtherContractService
            , ILocalizationService localizationService
            , ICommonListService CommonListService
            , IDbContext dbContext
            , IRepository <OtherContractImageBank> OtherContractImageBank
            , IRepository <ApplicationSetUp> ApplicationSetUp
            , IApplicationSetUpService ApplicationSetUpService
            , IRepository <OtherContractMaster> OtherContractMaster
            , IRepository <OtherContractDocuments> OtherContractDocuments
            , IRepository <ContractType> ContractType
            , IRepository <OtherContractLink> OtherContractLink
            , IRepository <CurrencyMaster> CurrencyMaster
            , IRepository <OtherContractLinkDocument> OtherContractLinkDocument
            , IRepository <OtherContractDivisionLink> OtherContractDivisionLink
            , IRepository <DivisionMaster> DivisionMaster
            , IRepository <VideoImageBank> VideoImageBank
            )
        {
            _OtherContractImageBank         = OtherContractImageBank;
            _localizationService            = localizationService;
            _OtherContractService           = OtherContractService;
            _CommonListService              = CommonListService;
            _ApplicationSetUp               = ApplicationSetUp;
            _ApplicationSetUpService        = ApplicationSetUpService;
            _OtherContractMaster            = OtherContractMaster;
            _OtherContractDocuments         = OtherContractDocuments;
            _ContractType                   = ContractType;
            _CurrencyMaster                 = CurrencyMaster;
            _OtherContractLink              = OtherContractLink;
            _OtherContractLinkDocument      = OtherContractLinkDocument;
            this._dbContext                 = dbContext;
            this._OtherContractDivisionLink = OtherContractDivisionLink;
            this._DivisionMaster            = DivisionMaster;
            this._VideoImageBank            = VideoImageBank;
        }