public EducationController(IEducationService educationService, IDropDownList dropDownList, IOops oops, IMapper mapper) { _educationService = educationService; _dropDownList = dropDownList; _oops = oops; _mapper = mapper; }
public EmployeeController(IEmployeeService employeeService, IDropDownList dropDownList, IOops oops, IMapper mapper) { _employeeService = employeeService; _dropDownList = dropDownList; _oops = oops; _mapper = mapper; }
public SubdivisionController(ISubdivisionsService services, IDropDownList dropDownList, IOops oops, IMapper mapper) { _services = services; _dropDownList = dropDownList; _oops = oops; _mapper = mapper; }
public QualificationController(IQualificationService qualificationService, IDropDownList dropDownList, IOops oops, IMapper mapper) { _qualificationService = qualificationService; _dropDownList = dropDownList; _oops = oops; _mapper = mapper; }
public AccountController(IAccountService accountService, IDropDownList dropDownList, IOops oops, IMapper mapper) { _accountService = accountService; _dropDownList = dropDownList; _oops = oops; _mapper = mapper; }
public DepartmentalController(IDepartmentalService services, IOops oops, IMapper mapper) { _services = services; _oops = oops; _mapper = mapper; }
public CulturalController(ICulturalService services, IOops oops, IMapper mapper) { _services = services; _oops = oops; _mapper = mapper; }
public TourController(ITourService services, IOops oops, IMapper mapper) { _services = services; _oops = oops; _mapper = mapper; }
public SocialActivityController(ISocialActivityService services, IOops oops, IMapper mapper) { _services = services; _oops = oops; _mapper = mapper; }
public MaterialAidController(IMaterialAidService services, IOops oops, IMapper mapper) { _services = services; _oops = oops; _mapper = mapper; }
public PrivilegesController(IPrivilegesService services, IOops oops, IMapper mapper) { _services = services; _oops = oops; _mapper = mapper; }
public PositionController(IPositionService services, IOops oops, IMapper mapper) { _services = services; _oops = oops; _mapper = mapper; }
public HobbyController(IHobbyService services, IOops oops, IMapper mapper) { _services = services; _mapper = mapper; _oops = oops; }
public TravelController(ITravelService services, IOops oops, IMapper mapper) { _services = services; _oops = oops; _mapper = mapper; }
public DormitoryController(IDormitoryService services, IOops oops, IMapper mapper) { _services = services; _oops = oops; _mapper = mapper; }
public WellnessController(IWellnessService services, IOops oops, IMapper mapper) { _services = services; _oops = oops; _mapper = mapper; }
public AwardController(IAwardService services, IOops oops, IMapper mapper) { _services = services; _oops = oops; _mapper = mapper; }
public ActivitiesController(IActivitiesService services, IOops oops, IMapper mapper) { _services = services; _oops = oops; _mapper = mapper; }