public CreateModel(IStaffService service) { _service = service; }
public StaffController(IStaffService staffService) { _staffService = staffService; }
public EditModel(IStaffService service, IMapper mapper) { _mapper = mapper; _service = service; }
public StaffsController(StaffService staffService) { _staffService = staffService; }
public StaffsController(IStaffService staffService) { this._staffService = staffService; }
public ChatBotService(IUserService userService, IStaffService staffService) { _userService = userService; _staffService = staffService; }
public StaffManagerController(IStaffService staffService) { _service = staffService; }
public StaffMembersController(IStaffService staffService) { _staffService = staffService; }
public AdminController(IUserService userService, IStaffService staffService, IChatService chatService) { _userService = userService; _staffService = staffService; _chatService = chatService; }
public StaffController(IUserService userService, IFeedService feedService, IStaffService staffService) { _userService = userService; _feedService = feedService; _staffService = staffService; }
public HomeController(ILogger <HomeController> logger, IStaffService staffService) { _logger = logger; this.staffService = staffService; }
public PaySlipController(IPaySlipService paySlipService, IDistributorService distributorService, IStaffService staffService) { this._paySlipService = paySlipService; _distributorService = distributorService; _staffService = staffService; }
public ServiceLocatorSchool(IServiceLocatorMaster serviceLocatorMaster) : base(serviceLocatorMaster.Context) { this.serviceLocatorMaster = serviceLocatorMaster; personService = new PersonService(this); addressSerivce = new AddressService(this); gradeLevelService = new GradeLevelService(this); markingPeriodService = new MarkingPeriodService(this); classService = new ClassService(this); schoolYearService = new SchoolYearService(this); announcementQnAService = new AnnouncementQnAService(this); announcementAttachmentService = new AnnouncementAttachmentService(this); phoneService = new PhoneService(this); privateMessageService = new PrivateMessageService(this); roomService = new RoomService(this); periodService = new PeriodService(this); calendarDateService = new CalendarDateService(this); dayTypeService = new DayTypeService(this); classPeriodService = new ClassPeriodService(this); notificationService = new NotificationService(this); attendanceReasonService = new AttendanceReasonService(this); attendanceService = new AttendanceService(this); studentParentService = new StudentParentService(this); studentAnnouncementService = new StudentAnnouncementService(this); classClassAnnouncementTypeService = new ClassClassAnnouncementTypeService(this); infractionService = new InfractionService(this); applicationSchoolService = new ApplicationSchoolService(this); disciplineService = new DisciplineService(this); gradingStatisticService = new GradingStatisticService(this); schoolService = new SchoolService(this); schoolPersonService = new SchoolPersonService(this); standardService = new StandardService(this); alphaGradeService = new AlphaGradeService(this); alternateScoreService = new AlternateScoreService(this); gradingPeriodService = new GradingPeriodService(this); syncService = new SyncService(this); gradingStandardService = new GradingStandardService(this); reportService = new ReportingService(this); gradingCommentService = new GradingCommentService(this); gradingScaleService = new GradingScaleService(this); classroomOptionService = new ClassroomOptionService(this); personEmailService = new PersonEmailService(this); schoolDbService = new DbService(Context != null ? Context.SchoolConnectionString : null); scheduledTimeSlotService = new ScheduledTimeSlotService(this); studentService = new StudentService(this); staffService = new StaffService(this); userSchoolService = new UserSchoolService(this); bellScheduleService = new BellScheduleService(this); practiceGradeService = new PracticeGradeService(this); attendanceMonthService = new AttendanceMonthService(this); gradedItemService = new GradedItemService(this); announcementAttributeService = new AnnouncementAttributeService(this); announcementAssignedAttributeService = new AnnouncementAssignedAttributeService(this); contactService = new ContactService(this); teacherCommentService = new TeacherCommentService(this); dbMaintenanceService = new DbMaintenanceService(this); groupService = new GroupService(this); courseTypeService = new CourseTypeService(this); settingsService = new SettingsService(this); lpGalleryCategoryService = new LPGalleryCategoryService(this); lessonPlanService = new LessonPlanService(this); classAnnouncementService = new ClassAnnouncementService(this); adminAnnouncementService = new AdminAnnouncementService(this); announcementFetchService = new AnnouncementFetchService(this); leService = new LEService(this); attachementService = new AttachmentService(this); personSettingService = new PersonSettingService(this); studentCustomAlertDetailService = new StudentCustomAlertDetailService(this); panoramaSettingsService = new PanoramaSettingsService(this); standardizedTestService = new StandardizedTestService(this); supplementalAnnouncementService = new SupplementalAnnouncementService(this); ethnicityService = new EthnicityService(this); languageService = new LanguageService(this); countryService = new CountryService(this); announcementCommentService = new AnnouncementCommentService(this); appSettingService = new AppSettingService(this); limitedEnglishService = new LimitedEnglishService(this); schoolProgramService = new SchoolProgramService(this); studentSchoolProgramService = new StudentSchoolProgramService(this); mealTypeService = new MealTypeService(this); lunchCountService = new LunchCountService(this); }
public StaffController(IStaffService service) { this.service = service; }
public UsersController(IUserService userService, IStaffService staffService, IMapper mapper) { _userService = userService; _staffService = staffService; _mapper = mapper; }
public OrganizationController(IOrganizationService organizationService, ITableConfigService tableConfigService, ITableService tableService, IStaffService staffService, IMasterDataService masterDataService, ILocalizationService localizationService, ITableColumnService tableColumnService) { this._organizationService = organizationService; this._tableConfigService = tableConfigService; this._tableService = tableService; this._staffService = staffService; this._masterDataService = masterDataService; this._languageId = CurrentUser.LanguageId; this._userId = CurrentUser.UserId; this._roleId = 1; _localizationService = localizationService; _tableColumnService = tableColumnService; }
public StaffsController(IStaffService staffService, IUnitOfWorkAsync unitOfWorkAsync) { _staffService = staffService; _unitOfWorkAsync = unitOfWorkAsync; }
public StaffController(IStaffService staffService, IOrgService orgService, IRoleService roleService) { _staffService = staffService; _orgService = orgService; _roleService = roleService; }
public StaffController(IStaffService context) { _staffService = context; }
public AuthController(IStaffService dataAccessProvider, ILogger <AuthController> logger) { _logger = logger; _dataAccessProvider = dataAccessProvider; }
public SystemUserService(ICacheService cacheService, IEncryptionService encryptionService, IStaffService staffService, IPersonService personService) { m_CacheService = cacheService; m_EncryptionService = encryptionService; m_StaffService = staffService; m_PersonService = personService; }
public StaffIndexVmService(IStaffService service) { _service = service; }
public StaffController(IStaffService staffService, IBusPublisher busPublisher, IConfiguration configuration) : base(busPublisher) { _staffService = staffService; _busPublisher = busPublisher; _configuration = configuration; }
public BookingController(IFilmCalendarCreateService filmCalendarCreateService, ITimeSessionService timeSessionService, IFilmService filmService, IStaffService staffService, ICustomerService customerService, IBookingTicketService bookingTicketService) { _filmCalendarCreateService = filmCalendarCreateService; _timeSessionService = timeSessionService; _filmService = filmService; _customerService = customerService; _staffService = staffService; _bookingTicketService = bookingTicketService; }
public RenewContractService(IRepositoryWrapper repoWrapper, IStudentService studentService, ISieveProcessor sieveProcessor, IParamService paramService, IStaffService staffService) { _repoWrapper = repoWrapper; _studentService = studentService; _sieveProcessor = sieveProcessor; _paramService = paramService; _staffService = staffService; }
public GoodsReceivedNoteController(IPermissionService permissionService, IUserContext userContext, IGoodsReceivedNoteService _goodsReceivedNoteService, IOrderRequest ORService, InventoryService invetService, INotificationService notificationService, IStaffService staffService) : base(userContext, permissionService) { this.gRNService = _goodsReceivedNoteService; this.ORService = ORService; this.invetService = invetService; this.notificationService = notificationService; this.staffService = staffService; }
public ContractController(IContractService _serviceContract, IDistributorService _serviceDistributor, IStaffService _serviceStaff, IPDistributorService _servicePDis, IRepresentativeService _serviceRep) { this.con_Service = _serviceContract; this.dis_Service = _serviceDistributor; this.staff_Service = _serviceStaff; this.pDis_Service = _servicePDis; this.rep_Service = _serviceRep; }
public StaffController(IStaffService IStaffService) { this._IStaffService = IStaffService; }
public AdminController(IOptions <SiteConfig> SiteConfig, IBaseManager BaseManager, IStaffService StaffService, ILoginRecordService LoginRecordService) : base(BaseManager) { this.SiteConfig = SiteConfig.Value; this.BaseManager = BaseManager; this.StaffService = StaffService; this.LoginRecordService = LoginRecordService; }
public HomeController(IStaffService serv) { staffService = serv; ControllerContext = new ControllerContext(); }
public StoreController(IStoreService context, IStockService service, IStaffService s) { _storeService = context; _stockService = service; _staffService = s; }