Ejemplo n.º 1
0
 public PublishingCompanyMasterController(IPublishingCompanyService publishingCompanyService,
                                          ILocalizationService localizationService,
                                          ILogger loggerService,
                                          IRepository <GeographicalMaster> geoMaster,
                                          IApplicationSetUpService mobjApplicationSetUpService,
                                          IRepository <ApplicationSetUp> mobjApplicationSetUpRepository,
                                          IRepository <PublishingCompanyMaster> mobjPublishingCompanyRepository,
                                          IRepository <ProductLicense> mobjProductLicenseRepository,
                                          IRepository <PubCenterMaster> mobjPubCenterRepository,
                                          IRepository <ProprietorMaster> mobjProprietorRepository,
                                          IRepository <ImprintMaster> mobjImprintRepository,
                                          IDbContext dbContext)
 {
     _publishingCompanyService        = publishingCompanyService;
     _localizationService             = localizationService;
     _loggerService                   = loggerService;
     _mobjGeographicalRepository      = geoMaster;
     _mobjApplicationSetUpService     = mobjApplicationSetUpService;
     _mobjApplicationSetUpRepository  = mobjApplicationSetUpRepository;
     _mobjPublishingCompanyRepository = mobjPublishingCompanyRepository;
     _mobjProductLicenseRepository    = mobjProductLicenseRepository;
     _mobjPubCenterRepository         = mobjPubCenterRepository;
     _mobjProprietorRepository        = mobjProprietorRepository;
     _mobjImprintRepository           = mobjImprintRepository;
     _dbContext = dbContext;
 }
Ejemplo n.º 2
0
        public ReportController(

            IDbContext dbContext
            , IRepository <LicenseeMaster> LicenseeMaster
            , IRightsSelling IRightsSelling
            , IRepository <ApplicationSetUp> ApplicationSetUp
            , IApplicationSetUpService ApplicationSetUpService

            )
        {
            this._dbContext = dbContext;
        }
Ejemplo n.º 3
0
        public PaymentTaggingMasterController(

            IDbContext dbContext
            , IRepository <LicenseeMaster> LicenseeMaster
            , IRightsSelling IRightsSelling
            , IRepository <ApplicationSetUp> ApplicationSetUp
            , IApplicationSetUpService ApplicationSetUpService

            , IRightsSelling RightsSelling
            , IPermissionsOutboundService PermissionsOutboundService

            )
        {
            this._dbContext = dbContext;

            this._RightsSelling = RightsSelling;
            this._PermissionsOutboundService = PermissionsOutboundService;
        }
Ejemplo n.º 4
0
 /// <summary>
 /// Constructor method
 /// </summary>
 /// <param name="mobjCopyrightHolderService">accepts CopyrightHolderService interface object as parameter</param>
 /// <param name="mobjLocalizationService">accepts LocalizationService interface object as parameter</param>
 public CopyrightHolderMasterController(ICopyrightHolderService mobjCopyrightHolderService,
                                        ILocalizationService mobjLocalizationService,
                                        ILogger mobjLoggerService,
                                        IRepository <ApplicationSetUp> mobjApplicationSetUpRepository,
                                        IApplicationSetUpService mobjApplicationSetUpService,
                                        IRepository <GeographicalMaster> mobjGeographicalMasterRepository,
                                        IRepository <CopyRightHolderMaster> mobjCopyRightHolderMasterRepository,
                                        IDbContext dbContext)
 {
     _mobjCopyrightHolderService = mobjCopyrightHolderService;
     _mobjLocalizationService    = mobjLocalizationService;
     _mobjLoggerService          = mobjLoggerService;
     _dbContext = dbContext;
     _mobjApplicationSetUpRepository      = mobjApplicationSetUpRepository;
     _mobjCopyRightHolderMasterRepository = mobjCopyRightHolderMasterRepository;
     _mobjGeographicalMasterRepository    = mobjGeographicalMasterRepository;
     _mobjApplicationSetUpService         = mobjApplicationSetUpService;
 }
Ejemplo n.º 5
0
 /// <summary>
 /// Constructor method
 /// </summary>
 /// <param name="mobjPubCenterService">accepts PubCenterService interface object as parameter</param>
 /// <param name="mobjLocalizationService">accepts LocalizationService interface object as parameter</param>
 public PubCenterMasterController(IPubCenterService mobjPubCenterService,
                                  ILocalizationService mobjLocalizationService,
                                  ILogger mobjLoggerService,
                                  IRepository <ApplicationSetUp> mobjApplicationSetUpRepository,
                                  IApplicationSetUpService mobjApplicationSetUpService,
                                  IRepository <ACS.Core.Domain.Product.ProductMaster> mobjProductMasterRepository,
                                  IRepository <ProprietorMaster> mobjProprietorMasterRepository,
                                  IRepository <PubCenterMaster> mobjPubCenterMasterRepository,
                                  IRepository <PublishingCompanyMaster> mobjPublishingCompanyMasterRepository,
                                  IDbContext dbContext)
 {
     _mobjPubCenterService    = mobjPubCenterService;
     _mobjLocalizationService = mobjLocalizationService;
     _mobjLoggerService       = mobjLoggerService;
     _dbContext = dbContext;
     _mobjApplicationSetUpRepository        = mobjApplicationSetUpRepository;
     _mobjProductMasterRepository           = mobjProductMasterRepository;
     _mobjProprietorMasterRepository        = mobjProprietorMasterRepository;
     _mobjPubCenterMasterRepository         = mobjPubCenterMasterRepository;
     _mobjPublishingCompanyMasterRepository = mobjPublishingCompanyMasterRepository;
     _mobjApplicationSetUpService           = mobjApplicationSetUpService;
 }
Ejemplo n.º 6
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;
        }
Ejemplo n.º 7
0
        /// <summary>
        /// Constructor method
        /// </summary>
        /// <param name="mobjLicenseeService">accepts LicenseeService interface object as parameter</param>
        /// <param name="mobjLocalizationService">accepts LocalizationService interface object as parameter</param>
        public LicenseeMasterController(ILicenseeService mobjLicenseeService,
                                        ILocalizationService mobjLocalizationService,
                                        ILogger mobjLoggerService,
                                        IRepository <ApplicationSetUp> mobjApplicationSetUpRepository,
                                        IApplicationSetUpService mobjApplicationSetUpService,
                                        IRepository <LicenseeMaster> mobjLicenseeMasterRepository,
                                        IRepository <GeographicalMaster> mobjGeographicalMasterRepository,
                                        IDbContext dbContext,

                                        IRightsSelling mobjRightsSelling,
                                        IPermissionsOutboundService mobjPermissionsOutboundService)
        {
            _mobjLicenseeService     = mobjLicenseeService;
            _mobjLocalizationService = mobjLocalizationService;
            _mobjLoggerService       = mobjLoggerService;
            _dbContext = dbContext;
            _mobjApplicationSetUpRepository   = mobjApplicationSetUpRepository;
            _mobjLicenseeMasterRepository     = mobjLicenseeMasterRepository;
            _mobjGeographicalMasterRepository = mobjGeographicalMasterRepository;
            _mobjApplicationSetUpService      = mobjApplicationSetUpService;

            _mobjRightsSelling = mobjRightsSelling;
            _mobjPermissionsOutboundService = mobjPermissionsOutboundService;
        }