Ejemplo n.º 1
0
 public EnrollmentApprovedEventHandler(
     IEnrollmentService enrollmentService,
     ISubjectService subjectService)
 {
     _enrollmentService = enrollmentService;
     _subjectService    = subjectService;
 }
Ejemplo n.º 2
0
 public EnrollmentsController(IEnrollmentService enrollmentService, IEnrollmentRepository enrollmentRepository,
                              IMapper mapper)
 {
     _enrollmentService    = enrollmentService;
     _enrollmentRepository = enrollmentRepository;
     _mapper = mapper;
 }
Ejemplo n.º 3
0
 public EnrollmentsController(IEnrollmentService enrollmentService, IStudentService studentService,
                              ICourseService courseService)
 {
     this.enrollmentService = enrollmentService;
     this.studentService    = studentService;
     this.courseService     = courseService;
 }
 public EnrollmentsController(IEnrollmentService enrollmentService, IStudentService studentService, ICourseService courseService, IMapper mapper)
 {
     this.enrollmentService = enrollmentService;
     this.courseService     = courseService;
     this.studentService    = studentService;
     _mapper = mapper;
 }
Ejemplo n.º 5
0
 public EnrollmentController(
     IEnrollmentService enrollmentService,
     ILoggerFactory loggerFactory)
 {
     _enrollmentService = enrollmentService;
     _logger            = loggerFactory.CreateLogger <EnrollmentController>();
 }
        public EnrollmentController(IEnrollmentService enrollmentService, ICourseService coursetService, IStudentService studenttService, IMapper mapper)
        {
            _enrollmentService = enrollmentService;
            _studenttService   = studenttService;
            _coursetService    = coursetService;

            _mapper = mapper;
        }
 public EnrollmentsController(IUnitOfWork <SchoolDBContext> unitOfWork,
                              IMasterService masterService,
                              IEnrollmentService enrollmentService)
 {
     _unitOfWork        = unitOfWork;
     _masterService     = masterService;
     _enrollmentService = enrollmentService;
 }
Ejemplo n.º 8
0
        public EnrollmentDetailsViewModel(Enrollment enrollment, IEnrollmentService enrollmentService, IServiceManager serviceManager, IWorkerService workerService, IDateService dateTimeService, IMessageService messageService)
            : this(enrollmentService, serviceManager, workerService, dateTimeService, messageService)
        {
            Argument.IsNotNull(() => enrollment);

            Enrollment = enrollment;
            Title      = $"Заявка №{Enrollment.Id}";
        }
Ejemplo n.º 9
0
 public EnrollmentController(IEnrollmentService enrollmentService,
                             IStudentService studentService,
                             ICourseService courseService
                             )
 {
     _enrollmentService = enrollmentService;
     _studentService    = studentService;
     _courseService     = courseService;
 }
 public void SetService(IEnrollmentService enrollmentService
                        //ICourseService courseService,
                        //IStudentService studentService
                        )
 {
     _enrollmentService = enrollmentService;
     //_courseService = courseService;
     //_studentService = studentService;
 }
Ejemplo n.º 11
0
 public EnrollModel(IPatientService patService, IDoctorService docService, IAccountService accservie,
                    IDepartmentService deptService, IEnrollmentService enrollService)
 {
     this._patService    = patService;
     this._docService    = docService;
     this._accService    = accservie;
     this._deptService   = deptService;
     this._enrollService = enrollService;
 }
Ejemplo n.º 12
0
 public StudentEnrollmentInCourseService(ICourseRepository courseRepository,
                                         IStudentEnrolledInCourseRepository studentEnrolledInCourseRepository, IEnrollmentService enrollmentService,
                                         IEnrollmentRepository enrollmentRepository)
 {
     _courseRepository = courseRepository;
     _studentEnrolledInCourseRepository = studentEnrolledInCourseRepository;
     _enrollmentService    = enrollmentService;
     _enrollmentRepository = enrollmentRepository;
 }
 public EnrollmentViewModel(IEnrollmentService enrollmentService
                            //ICourseService courseService,
                            //IStudentService studentService
                            )
 {
     _enrollmentService = enrollmentService;
     //_courseService = courseService;
     //_studentService = studentService;
 }
Ejemplo n.º 14
0
 public GetEnrollmentsQueryHandler(
     IMapper mapper,
     IEnrollmentService enrollmentService,
     IStudentService studentService,
     ISubjectService subjectService)
 {
     _mapper            = mapper;
     _enrollmentService = enrollmentService;
     _studentService    = studentService;
     _subjectService    = subjectService;
 }
Ejemplo n.º 15
0
 public HomeController(
     IActivityService activityService,
     IEnrollmentService enrollmentService,
     IEnrollingService enrollingService,
     ILoggerFactory loggerFactory)
 {
     _activityService   = activityService;
     _enrollmentService = enrollmentService;
     _enrollingService  = enrollingService;
     _logger            = loggerFactory.CreateLogger <HomeController>();
 }
 public UserManagersController(UserManagerService userService, ApplicationUserManager userManager, ApplicationRoleManager roleManager, EnrollmentService enrollmentService, ImageService imageService, StudentInfoService studentProfile, TeacherProfileService teacherService)
 {
     _userService = userService;
     UserManager  = userManager;
     //_classlevelService = classLevelService;
     RoleManager        = roleManager;
     _imageService      = imageService;
     _studentService    = studentProfile;
     _enrollmentService = enrollmentService;
     _teacherService    = teacherService;
 }
Ejemplo n.º 17
0
 public ClinicianController(IClinicianService clinicianService, UserManager <ApplicationUser> userManager, IEnrollmentService enrollmentService, IAppointmentService appointmentService, IClinicianAvailabilityService clinicianAvailabilityService, IProfileService profileService, IServiceCostService serviceCostService, IProviderCategoryService providerCategoryService)
 {
     _clinicianService             = clinicianService;
     _enrollmentService            = enrollmentService;
     _userManager                  = userManager;
     _appointmentService           = appointmentService;
     _clinicianAvailabilityService = clinicianAvailabilityService;
     _profileService               = profileService;
     _serviceCostService           = serviceCostService;
     _providerCategoryService      = providerCategoryService;
 }
 public EnrollmentsController(
     IEnrollmentService enrollmentService,
     IAuthService authService,
     INotificationService notificationService,
     IMapper mapper)
 {
     this.enrollmentService   = enrollmentService;
     this.authService         = authService;
     this.notificationService = notificationService;
     this.mapper = mapper;
 }
Ejemplo n.º 19
0
 public HRManagementController(UserManager <ApplicationUser> userManager,
                               ICompositeViewEngine viewEngine,
                               IEnrollmentService enrollmentService,
                               ICandidateService candidateService,
                               IUserLookupService userService) : base(viewEngine)
 {
     this._userManager       = userManager;
     this._candidateService  = candidateService;
     this._enrollmentService = enrollmentService;
     this._userService       = userService;
 }
Ejemplo n.º 20
0
 public EnrollmentController(IEnrollmentService enrollmentService, IEnrollmentMapper enrollmentMapper,
     IWordSuiteService wordSuiteService, IWordProgressService wordProgressService, IUserForListingMapper userMapper,
     ICourseService courseService, IGroupService groupService)
 {
     _enrollmentService = enrollmentService;
     _enrollmentMapper = enrollmentMapper;
     _wordSuiteService = wordSuiteService;
     _wordProgressService = wordProgressService;
     _userMapper = userMapper;
     _courseService = courseService;
     _groupService = groupService;
 }
Ejemplo n.º 21
0
 public EnrollmentController(IEnrollmentService enrollmentService, IEnrollmentMapper enrollmentMapper,
                             IWordSuiteService wordSuiteService, IWordProgressService wordProgressService, IUserForListingMapper userMapper,
                             ICourseService courseService, IGroupService groupService)
 {
     _enrollmentService   = enrollmentService;
     _enrollmentMapper    = enrollmentMapper;
     _wordSuiteService    = wordSuiteService;
     _wordProgressService = wordProgressService;
     _userMapper          = userMapper;
     _courseService       = courseService;
     _groupService        = groupService;
 }
 public ProfileController(IProfileService profileService, UserManager <ApplicationUser> userManager, IEnrollmentService enrollmentService, IAppointmentService appointmentService, IClinicianAvailabilityService clinicianAvailabilityService, IChildrenService childrenService, IProfileMatchService profileMatchService, IProfileBankService profileBankService, IProfileHMOService profileHMOService)
 {
     _profileService               = profileService;
     _enrollmentService            = enrollmentService;
     _userManager                  = userManager;
     _appointmentService           = appointmentService;
     _clinicianAvailabilityService = clinicianAvailabilityService;
     _childrenService              = childrenService;
     _profileMatchService          = profileMatchService;
     _profileBankService           = profileBankService;
     _profileHMOService            = profileHMOService;
 }
Ejemplo n.º 23
0
 public EnrollingController(
     IEnrollingService enrollingService,
     IEnrollmentService enrollmentService,
     IUserService userService,
     IEmployeeService employeeService,
     ILoggerFactory loggerFactory)
 {
     _enrollingService  = enrollingService;
     _enrollmentService = enrollmentService;
     _userSerivce       = userService;
     _employeeService   = employeeService;
     _logger            = loggerFactory.CreateLogger <EnrollingController>();
 }
Ejemplo n.º 24
0
 public GroupController(IGroupService groupService, IGroupForListingMapper groupForListingMapper, IEnrollmentService enrollmentService, 
     IWordProgressService wordProgressService, IWordSuiteService wordsuiteService, ICourseService courseService,
     ICourseForGroupMapper courseMapper, IGroupMapper groupMapper)
 {
     _groupService = groupService;
     _groupForListingMapper = groupForListingMapper;
     _enrollmentService = enrollmentService;
     _wordProgressService = wordProgressService;
     _wordsuiteService = wordsuiteService;
     _courseService = courseService;
     _courseMapper = courseMapper;
     _groupMapper = groupMapper;
 }
Ejemplo n.º 25
0
 public UsersController(
     IUserService userService,
     IEnrollmentService enrollmentService,
     INotificationService notificationService,
     IMapper mapper,
     ILogger <UsersController> logger)
 {
     this.userService         = userService;
     this.enrollmentService   = enrollmentService;
     this.notificationService = notificationService;
     this.mapper = mapper;
     this.logger = logger;
 }
Ejemplo n.º 26
0
 public GroupController(IGroupService groupService, IGroupForListingMapper groupForListingMapper, IEnrollmentService enrollmentService,
                        IWordProgressService wordProgressService, IWordSuiteService wordsuiteService, ICourseService courseService,
                        ICourseForGroupMapper courseMapper, IGroupMapper groupMapper)
 {
     _groupService          = groupService;
     _groupForListingMapper = groupForListingMapper;
     _enrollmentService     = enrollmentService;
     _wordProgressService   = wordProgressService;
     _wordsuiteService      = wordsuiteService;
     _courseService         = courseService;
     _courseMapper          = courseMapper;
     _groupMapper           = groupMapper;
 }
Ejemplo n.º 27
0
 public GradeReportDialog()
 {
     InitializeComponent();
     try
     {
         Globals.ctx       = new CmsprojectDbConnection();
         enrollmentService = new EnrollmentService();
         gradeService      = new ReportGradeService(enrollmentService);
     }
     catch (SystemException ex)
     {
         MessageBox.Show("Fatal Error Connecting to Database:\n" + ex.Message, "Database Connection Failed", MessageBoxButton.OK, MessageBoxImage.Error);
         Environment.Exit(1);
     }
 }
 public PanelController(
     TeacherProfileService teacherProfileService,
     PackageService packageService,
     EnrollmentService enrollmentService,
     StudentInfoService studentInfoService,
     ImageService imageService,
     AssignmentService assignmentService
     )
 {
     _imageService          = imageService;
     _teacherProfileService = teacherProfileService;
     _packageService        = packageService;
     _enrollmentService     = enrollmentService;
     _studentInfoService    = studentInfoService;
     _assignmentService     = assignmentService;
 }
Ejemplo n.º 29
0
        public EnrollmentsViewModel(IEnrollmentService enrollmentService, IUIVisualizerService uiVisualizerService, IMessageService messageService)
        {
            Argument.IsNotNull(() => enrollmentService);
            Argument.IsNotNull(() => uiVisualizerService);
            Argument.IsNotNull(() => messageService);

            this.enrollmentService   = enrollmentService;
            this.uiVisualizerService = uiVisualizerService;
            this.messageService      = messageService;

            FilterTextChangedCommand = new TaskCommand <string>(OnFilterTextChangedCommandExecuteAsync);
            DateSelectCommand        = new TaskCommand(UpdateEnrollmentsAsync, OnDateSelectCommandCanExecute);
            CreateEnrollmentCommand  = new TaskCommand(OnCreateEnrollmentCommandExecuteAsync);
            EditEnrollmentCommand    = new TaskCommand(OnEditEnrollmentCommandExecuteAsync);
            RemoveEnrollmentCommand  = new TaskCommand(OnRemoveEnrollmentCommandExecuteAsync, OnRemoveEnrollmentCommandCanExecute);
        }
Ejemplo n.º 30
0
 public UserController(UserManager <ApplicationUser> userManager, ILogger <UserController> logger,
                       IEmailSender emailSender, SignInManager <ApplicationUser> signInManager, RoleManager <IdentityRole> roleMgr, IProfileService profileService, IEnrollmentService enrollmentService, IProfileMatchService profileMatchService, ICoupleScreeningService coupleScreeningService, IClinicianService clinicianService, IEvaluationService evaluationService, IEmergencyContactService emergencyContactService, IWebHostEnvironment environment)
 {
     _userManager             = userManager;
     _logger                  = logger;
     _emailSender             = emailSender;
     _signInManager           = signInManager;
     roleManager              = roleMgr;
     _profileService          = profileService;
     _enrollmentService       = enrollmentService;
     _profileMatchService     = profileMatchService;
     _coupleScreeningService  = coupleScreeningService;
     _clinicianService        = clinicianService;
     _evaluationService       = evaluationService;
     _emergencyContactService = emergencyContactService;
     _environment             = environment;
 }
Ejemplo n.º 31
0
        public HumanResourceController(ICandidateService candidateService,
                                       UserManager <ApplicationUser> userManager,
                                       ICompositeViewEngine viewEngine,
                                       IUserLookupService userService,
                                       ILookupService lookupService,
                                       IEnrollmentService enrollmentService,
                                       IChecklistService checklistService,
                                       IDatabaseService databaseService) : base(viewEngine)

        {
            this._candidateService  = candidateService;
            this._userManager       = userManager;
            this._userService       = userService;
            this._lookupService     = lookupService;
            this._enrollmentService = enrollmentService;
            this._checklistService  = checklistService;
            this._databaseService   = databaseService;
        }
Ejemplo n.º 32
0
        public TestDataManager()
        {
            this.ownerPetService    = ServiceFactory.Instance.Create <IOwnerPetGenService>();
            this.enrollmentService  = ServiceFactory.Instance.Create <IEnrollmentService>();
            this.ownerResolver      = ServiceFactory.Instance.Create <IOwnerResolverService>();
            this.addPetFactory      = ServiceFactory.Instance.Create <IAddPet>();
            enrollOwner             = IocContainer.Resolve <IEnrollOwner>();
            quoteService            = IocContainer.Resolve <IQuoteService>();
            ownerPetFactory         = IocContainer.Resolve <IOwnerPetFactory>();
            this.policyModification = ServiceFactory.Instance.Create <IPolicyModification>();

            riderA = new SelectedPolicyOption
            {
                Id = 0,
                CoveragePackageId  = 17,
                CreatedBy          = Guid.Empty,
                CreatedOn          = DateTime.UtcNow,
                CreatedOnBehalfOf  = null,
                ModifiedBy         = Guid.Empty,
                ModifiedOnBehalfOf = null,
                Cost = 11.46M,
                Name = "Recovery and Complementary Care Rider"
            };
            riderB = new SelectedPolicyOption
            {
                Id = 0,
                CoveragePackageId  = 19,
                CreatedBy          = Guid.Empty,
                CreatedOn          = DateTime.UtcNow,
                CreatedOnBehalfOf  = null,
                ModifiedBy         = Guid.Empty,
                ModifiedOnBehalfOf = null,
                Cost = 4.95M,
                Name = "Rider B"           // "Pet Owner Assistance Package"
            };

            random = new Random();

            Charity.Init();
        }
 public EnrollmentsController(IEnrollmentService enrollmentService)
 {
     this.enrollmentService = enrollmentService;
 }
 public StudentsController(IStudentService studentService, IEnrollmentService enrollmentService)
 {
     this.studentService = studentService;
     this.enrollmentService = enrollmentService;
 }