예제 #1
0
 public EducationController(IEducationService educationService, IDropDownList dropDownList, IOops oops, IMapper mapper)
 {
     _educationService = educationService;
     _dropDownList     = dropDownList;
     _oops             = oops;
     _mapper           = mapper;
 }
예제 #2
0
 public EmployeeController(IEmployeeService employeeService, IDropDownList dropDownList, IOops oops, IMapper mapper)
 {
     _employeeService = employeeService;
     _dropDownList    = dropDownList;
     _oops            = oops;
     _mapper          = mapper;
 }
예제 #3
0
 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;
 }
예제 #6
0
 public DepartmentalController(IDepartmentalService services, IOops oops, IMapper mapper)
 {
     _services = services;
     _oops     = oops;
     _mapper   = mapper;
 }
예제 #7
0
 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;
 }
예제 #10
0
 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;
 }
예제 #13
0
 public HobbyController(IHobbyService services, IOops oops, IMapper mapper)
 {
     _services = services;
     _mapper   = mapper;
     _oops     = oops;
 }
예제 #14
0
 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;
 }