Beispiel #1
0
 public TreatmentRecordController(IReportService reportService,
                                  ITreatmentRecordServices TreatmentRecordServices,
                                  IHospitalServices HospitalServices,
                                  IStateProvinceService StateProvinceService,
                                  IPermissionService permissionService,
                                  ITreatmentServices TreatmentServices,
                                  INurseServices NurseServices,
                                  IPDFService pDFService,
                                  ICompanyProfileService CompanyProfileService,
                                  IAppointmentServices AppointmentServices,
                                  IExcelService excelService,
                                  IEncryptionService encryptionService,
                                  IWordDocService WordDocService) : base(excelService: excelService)
 {
     this._reportService           = reportService;
     this._treatmentRecordServices = TreatmentRecordServices;
     this._hospitalServices        = HospitalServices;
     this._stateProvinceService    = StateProvinceService;
     this._permissionService       = permissionService;
     this._treatmentServices       = TreatmentServices;
     this._nurseServices           = NurseServices;
     this._pDFService            = pDFService;
     this._appointmentServices   = AppointmentServices;
     this._companyProfileService = CompanyProfileService;
     this._encryptionService     = encryptionService;
     this._excelService          = excelService;
     this._wordDocService        = WordDocService;
 }
Beispiel #2
0
        public HomeController(
            IPermissionService permissionService,
            IWorkContext workContext,
            ITreatmentRecordServices TreatmentRecordServices,
            ITreatmentServices TreatmentServices,
            IReportService ReportService,
            IEncryptionService encryptionService,
            INurseServices NurseServices,
            IHospitalServices HospitalServices,
            ICompanyProfileService CompanyProfileService,
            IAppointmentServices AppointmentServices,
            IExcelService excelService

            )
        {
            this._permissionService       = permissionService;
            this._treatmentRecordServices = TreatmentRecordServices;
            this._treatmentServices       = TreatmentServices;
            this._workContext             = workContext;
            this._reportService           = ReportService;
            this._encryptionService       = encryptionService;
            this._nurseServices           = NurseServices;
            this._hospitalServices        = HospitalServices;
            this._appointmentServices     = AppointmentServices;
            this._companyProfileService   = CompanyProfileService;
            this.excelService             = excelService;
        }
 public CompanyProfileController(ICompanyProfileService companyProfileService, UserManager <ApplicationUser> userManager, ICompanyInfoService companyInfoService, IAccountTypeService accountTypeService)
 {
     this.companyProfileService = companyProfileService;
     this.userManager           = userManager;
     this.companyInfoService    = companyInfoService;
     this.accountTypeService    = accountTypeService;
 }
Beispiel #4
0
 public ProfileController(IProfileManager candidateProfileManager, ICompanyProfileManager companyProfileManager, ICompanyProfileService companyProfileApplicationService,
                          IProductsService productsService)
 {
     this.candidateProfileManager          = candidateProfileManager;
     this.companyProfileManager            = companyProfileManager;
     this.companyProfileApplicationService = companyProfileApplicationService;
     this.productsService = productsService;
 }
 public FinancialModellingPrepDataOrchestrationService(ICompanyProfileService companyProfileService,
                                                       IDailyStockPriceService dailyStockPriceService,
                                                       ILastStockQuoteService lastStockQuoteService)
 {
     _companyProfileService  = companyProfileService;
     _dailyStockPriceService = dailyStockPriceService;
     _lastStockQuoteService  = lastStockQuoteService;
 }
 public DashboardController(ISettingsService settingsService, IReportsJobPostingService reportsJobPostingService, IReportsCompanyProfileService reportsCompanyProfileService, ICompanyProfileService companyProfileService, IReportsCandidateProfileService reportsCandidateProfileService, ICompanyInfoService companyInfoService, IJobPostingsService jobPostingsService, IUserInfoService userInfoService, ICandidatesService candidatesService, IAccountTypeService accountTypeService, ICandidateProfileService candidateProfileService, ICandidateFavoriteJobPostingsService favoriteJobPostingsService)
 {
     this.settingsService                = settingsService;
     this.reportsJobPostingService       = reportsJobPostingService;
     this.reportsCompanyProfileService   = reportsCompanyProfileService;
     this.companyProfileService          = companyProfileService;
     this.reportsCandidateProfileService = reportsCandidateProfileService;
     this.companyInfoService             = companyInfoService;
     this.jobPostingsService             = jobPostingsService;
     this.userInfoService                = userInfoService;
     this.candidatesService              = candidatesService;
     this.accountTypeService             = accountTypeService;
     this.candidateProfileService        = candidateProfileService;
     this.favoriteJobPostingsService     = favoriteJobPostingsService;
 }
 public CompanyProfileController(
     ICompanyProfileService CompanyProfileService,
     IAddressService addressService,
     IHostingEnvironment hostingEnvironment,
     IReportService reportService,
     IWorkContext workContext,
     ITreatmentRecordServices TreatmentRecordservice,
     IPermissionService permissionService
     )
 {
     this._companyProfileService  = CompanyProfileService;
     this._addressService         = addressService;
     this._hostingEnvironment     = hostingEnvironment;
     this._reportService          = reportService;
     this._workContext            = workContext;
     this._treatmentRecordservice = TreatmentRecordservice;
     this._permissionService      = permissionService;
 }
 public PatientController(ICompanyProfileService CompanyProfileService,
                          IHospitalServices HospitalServices,
                          INurseServices NurseServices,
                          ITreatmentServices TreatmentServices,
                          ITreatmentRecordServices TreatmentRecordsServices,
                          IAppointmentServices AppointmentServices,
                          IReportService ReportService,
                          IEncryptionService encryptionService)
 {
     this._companyProfileService    = CompanyProfileService;
     this._hospitalServices         = HospitalServices;
     this._nurseServices            = NurseServices;
     this._treatmentServices        = TreatmentServices;
     this._treatmentRecordsServices = TreatmentRecordsServices;
     this._appointmentServices      = AppointmentServices;
     this._reportService            = ReportService;
     this._encryptionService        = encryptionService;
 }
        public EquipmentController(
            IEquipmentServices equipmentService,
            IHostingEnvironment hostingEnvironment,
            IReportService reportService, IWorkContext workContext,
            ICompanyProfileService CompanyProfileService,

            IPermissionService permissionService,

            ITreatmentRecordServices TreatmentRecordService

            )
        {
            this._equipmentService       = equipmentService;
            this._hostingEnvironment     = hostingEnvironment;
            this._reportService          = reportService;
            this._workContext            = workContext;
            this._permissionService      = permissionService;
            _companyProfileService       = CompanyProfileService;
            this._treatmentRecordService = TreatmentRecordService;
        }
 public NurseController(INurseServices NurseServices, IWorkContext workContext,
                        ICompanyProfileService CompanyProfileService,
                        IHostingEnvironment hostingEnvironment,
                        ICustomerService CustomerServices,
                        ICustomerPasswordService Customerpasswordservice,
                        IAddressService Addressservice,
                        ITreatmentRecordServices TreatmentRecordservice,
                        IPermissionService permissionService,
                        IEncryptionService encryptionService)
 {
     this._nurseServices           = NurseServices;
     this._hostingEnvironment      = hostingEnvironment;
     this._workContext             = workContext;
     _companyProfileService        = CompanyProfileService;
     this._customerServices        = CustomerServices;
     this._customerpasswordservice = Customerpasswordservice;
     this._addressservice          = Addressservice;
     this._treatmentRecordservice  = TreatmentRecordservice;
     this._permissionService       = permissionService;
     this._encryptionService       = encryptionService;
 }
 public AlphavantageDataOrchestrationService(ICompanyProfileService companyProfileService,
                                             IAlphaVantageAnalyzerService alphaVantageAnalyzerService)
 {
     _companyProfileService       = companyProfileService;
     _alphaVantageAnalyzerService = alphaVantageAnalyzerService;
 }
Beispiel #12
0
 public CompanyController(ICompanyService companyService, ICompanyProfileService companyProfileService, ISectorService sectorService)
 {
     _companyService        = companyService;
     _companyProfileService = companyProfileService;
 }
Beispiel #13
0
 public CompanyProfileController(ApplicationProperties properties, ICompanyProfileService companyProfileService) : base(properties)
 {
     this.companyProfileService = companyProfileService;
 }