コード例 #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;
 }
コード例 #5
0
 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;
 }
コード例 #8
0
 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;
 }
コード例 #11
0
 public PrivilegesController(IPrivilegesService services, IOops oops, IMapper mapper)
 {
     _services = services;
     _oops     = oops;
     _mapper   = mapper;
 }
コード例 #12
0
 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;
 }
コード例 #15
0
 public DormitoryController(IDormitoryService services, IOops oops, IMapper mapper)
 {
     _services = services;
     _oops     = oops;
     _mapper   = mapper;
 }
コード例 #16
0
 public WellnessController(IWellnessService services, IOops oops, IMapper mapper)
 {
     _services = services;
     _oops     = oops;
     _mapper   = mapper;
 }
コード例 #17
0
 public AwardController(IAwardService services, IOops oops, IMapper mapper)
 {
     _services = services;
     _oops     = oops;
     _mapper   = mapper;
 }
コード例 #18
0
 public ActivitiesController(IActivitiesService services, IOops oops, IMapper mapper)
 {
     _services = services;
     _oops     = oops;
     _mapper   = mapper;
 }