public AreaService(IRepsitory <t_bp_area> rep, ICache <Dictionary <string, string> > cacheArea, ICache <List <AreaModel> > cacheTreeArea, ICache <List <t_bp_area> > cacheAllArea) { this.rep = rep; this.cacheArea = cacheArea; this.cacheTreeArea = cacheTreeArea; this.cacheAllArea = cacheAllArea; }
public ExpertApprovalController(ISysDictService sysDictServcie, IPkpmConfigService pkpmConfigService, ICheckUnitService checkUnitService, ICheckQualifyService checkQualifyService, IRepsitory <t_D_UserTableOne> repOne, IRepsitory <t_D_UserExpertUnit> repExp, IRepsitory <t_D_UserTableTwo> repTwo, IRepsitory <t_bp_custom> repCustom, IRepsitory <t_D_userTableSH> repSH, IRepsitory <t_D_userTableSC> repSC, IFileHandler fileHander, IUserService userService) : base(userService) { this.repOne = repOne; this.repExp = repExp; this.repTwo = repTwo; this.repSH = repSH; this.repSC = repSC; this.repCustom = repCustom; this.fileHander = fileHander; this.sysDictServcie = sysDictServcie; this.pkpmConfigService = pkpmConfigService; this.checkUnitService = checkUnitService; this.checkQualifyService = checkQualifyService; this.userService = userService; }
public SysDictController(IRepsitory <SysDict> rep, ISysDictService dictService, IUserService userService) : base(userService) { this.rep = rep; this.dictService = dictService; }
public SysSoftwareVersController(IUserService userService, IRepsitory <t_sys_Version> rep, ISoftwareVersService softwareVersService) : base(userService) { this.softwareVersService = softwareVersService; this.rep = rep; }
public STCheckPeopleController(IUserService userService, IRepsitory <t_bp_PeoChange_ST> peoChangeRep, IRepsitory <t_bp_PeoEducation_ST> eduRep, IRepsitory <t_bp_PeoAwards_ST> peoAwardRep, IFileHandler fileHander, IRepsitory <t_bp_custom_ST> repCustom, IRepsitory <t_bp_PeoPunish_ST> punishRep, ISysDictService sysDictServcie, IRepsitory <t_bp_People_ST> rep, ISTCustomService sTCustomService, IRepsitory <SupvisorJob> supvisorRep, ISTCheckPeopleService sTCheckPeopleService) : base(userService) { this.peoAwardRep = peoAwardRep; this.peoChangeRep = peoChangeRep; this.repCustom = repCustom; this.fileHander = fileHander; this.eduRep = eduRep; this.punishRep = punishRep; this.supvisorRep = supvisorRep; this.rep = rep; this.sysDictServcie = sysDictServcie; this.sTCheckPeopleService = sTCheckPeopleService; this.sTCustomService = sTCustomService; }
public RoleService(IRepsitory <UserInRole> userInRoleRep, IRepsitory <PathInRole> pathInRoleRep, IRepsitory <ActionInRole> actionInRoleRep, IRepsitory <Role> roleRep, IRepsitory <Path> pathRep, IRepsitory <Entity.Action> actionRep, ICache <Role> cacheRole, ICache <InstShortInfos> cacheInsts, ICache <List <Path> > cachePaths, ICache <List <Entity.Action> > cacheActions, IDbConnectionFactory dbFactory, IPkpmConfigService pkpmConfigService) { this.userInRoleRep = userInRoleRep; this.pathInRoleRep = pathInRoleRep; this.actionInRoleRep = actionInRoleRep; this.roleRep = roleRep; this.pathRep = pathRep; this.actionRep = actionRep; this.cacheInsts = cacheInsts; this.cacheRole = cacheRole; this.cachePaths = cachePaths; this.cacheActions = cacheActions; this.dbFactory = dbFactory; this.pkpmConfigService = pkpmConfigService; }
public SysUserController(IRepsitory <User> userRep, IRepsitory <Role> roleRep, IRepsitory <Entity.Path> menuRep, IRepsitory <UserInCustom> userCustomrep, IRepsitory <UserInArea> userInAreRep, IRepsitory <UserAsRole> userAsRoleRep, IRepsitory <t_bp_custom> t_bp_customRep, ICheckUnitService checkUnitService, ISysDictService sysDictService, IUserService userService, IUserCustomize userCustomizeService, IRepsitory <UserInRole> userInRoleRep, IFileHandler fileHander, IPkpmConfigService pkpmConfigService, IRoleService roleService) : base(userService) { this.userRep = userRep; this.roleRep = roleRep; this.menuRep = menuRep; this.userCustomrep = userCustomrep; this.userInAreRep = userInAreRep; this.checkUnitService = checkUnitService; this.sysDictService = sysDictService; this.roleService = roleService; this.userCustomizeService = userCustomizeService; this.userInRoleRep = userInRoleRep; this.fileHander = fileHander; this.t_bp_customRep = t_bp_customRep; this.userAsRoleRep = userAsRoleRep; this.pkpmConfigService = pkpmConfigService; }
public PathService(IRepsitory <Path> pathRep, IRepsitory <Entity.Action> actionRep, ICache <List <Path> > pathCache) { this.pathRep = pathRep; this.actionRep = actionRep; this.pathCache = pathCache; }
public SysMenuController(IRepsitory <Path> rep, IRepsitory <Pkpm.Entity.Action> actionRep, IPathService pathServcie, IUserService userService) : base(userService) { this.rep = rep; this.actionRep = actionRep; this.pathServcie = pathServcie; }
public ItemNameController(IUserService userService, IRepsitory <totalitems> rep, IItemNameService itemNameService, IRepsitory <CheckItemType> typerep) : base(userService) { this.rep = rep; this.typerep = typerep; this.itemNameService = itemNameService; }
public SysInfoController(IUserService userService, IRepsitory <t_bp_PkpmJCRU> rep, ISysInfoService sysInfoService, ISysDictService sysDictService) : base(userService) { this.rep = rep; this.sysInfoService = sysInfoService; this.sysDictService = sysDictService; }
public SysRoleController(IRepsitory <Role> rep, IRepsitory <Path> menuRep, IRoleService roleService, IUserService userService) : base(userService) { this.rep = rep; this.menuRep = menuRep; this.roleService = roleService; }
public CheckStatisHNKYController(IUserService userService, IRepsitory <t_bp_custom> customRep, IESRepsitory <HNKY_CUR> Rep, ICheckUnitService checkUnitService ) : base(userService) { this.customRep = customRep; this.checkUnitService = checkUnitService; this.Rep = Rep; }
public InstBaseRecordController(IRepsitory <t_jclcheck> jclCheckRep, IRepsitory <t_instcheck> jbxxCheckRep, IRepsitory <t_bp_JZJNCheck> jzjnCheckRep, IRepsitory <t_bp_SZDLCheck> szdlCheckRep, IRepsitory <t_bp_SLKQCheck> slkqCheckRep, ICheckUnitService checkUnitService) { this.majorRep = majorRep; this.dbFactory = dbFactory; this.jzjnCheckRep = jzjnCheckRep; this.szdlCheckRep = szdlCheckRep; this.slkqCheckRep = slkqCheckRep; this.checkUnitService = checkUnitService; this.jbxxCheckRep = jbxxCheckRep; this.jclCheckRep = jclCheckRep; }
public ApplyQualifyFiveController(IUserService userService, IRepsitory <t_bp_People> peopleRep, ISysDictService sysDictServcie, IDbConnectionFactory dbFactory, IRepsitory <t_D_UserTableFive> repFive) : base(userService) { this.peopleRep = peopleRep; this.repFive = repFive; this.dbFactory = dbFactory; this.sysDictServcie = sysDictServcie; }
public ZNHTYController(IHtyService zjSvc, ICheckUnitService checkUnitServce, IRepsitory <tab_hty_programme> HTYRep, IRepsitory <t_bp_People> peopleRep, IRepsitory <t_bp_Equipment> equipRep, IRepsitory <t_bp_project> projectRep, IRepsitory <tab_hty_gjcq> gjcqRep, ISysDictService sysDictService, IRepsitory <t_hty_Image> imgRep, IUserService userSvc) : base(userSvc) { this.HTYRep = HTYRep; this.peopleRep = peopleRep; this.checkUnitServce = checkUnitServce; this.equipRep = equipRep; this.projectRep = projectRep; this.zjSvc = zjSvc; this.gjcqRep = gjcqRep; this.sysDictService = sysDictService; this.imgRep = imgRep; }
public STCheckEquipController(IUserService userService, IRepsitory <t_bp_Equipment_ST> rep, IRepsitory <SupvisorJob> supvisorRep, ISTCustomService sTCustomService, ISysDictService sysDictServcie, ISTCheckEquipService sTCheckEquipService) : base(userService) { this.supvisorRep = supvisorRep; this.sysDictServcie = sysDictServcie; this.sTCustomService = sTCustomService; this.rep = rep; this.sTCheckEquipService = sTCheckEquipService; }
public ApplyQualifySevenController(IRepsitory <t_D_UserTableSeven> repSeven, IRepsitory <t_bp_Equipment> equipRep, ISysDictService sysDictServcie, IDbConnectionFactory dbFactory, ICheckUnitService checkUnitService, IPkpmConfigService pkpmConfigService, IUserService userService) : base(userService) { this.repSeven = repSeven; this.equipRep = equipRep; this.dbFactory = dbFactory; this.sysDictServcie = sysDictServcie; this.checkUnitService = checkUnitService; this.pkpmConfigService = pkpmConfigService; }
public CheckQualifyService(IRepsitory <t_D_UserTableOne> rep, IRepsitory <t_D_UserTableTwo> repTwo, IRepsitory <t_D_UserTableThree> repThree, IRepsitory <t_D_UserTableFour> repFour, IRepsitory <t_D_UserExpertUnit> repExp, IRepsitory <t_D_UserDistributeExpert> repDis, IDbConnectionFactory dbFactory) { this.dbFactory = dbFactory; this.rep = rep; this.repTwo = repTwo; this.repDis = repDis; this.repExp = repExp; this.repThree = repThree; this.repFour = repFour; }
public ReportService(IESRepsitory <es_t_bp_item> repReport, IUserService svcUser, IESRepsitory <es_t_bp_acs> repAcs, IFileHandler fileHandler, IESRepsitory <es_t_bp_wordreport> wordESRep, IRepsitory <AddUploadItem> uploadItemRep, IESRepsitory <es_extReportMange> wordExtESRep, IESRepsitory <es_t_pkpm_binaryReport> pkrESRep, IItemNameService svcItemName, IPkpmConfigService PkpmConfigService) { this.m_repReport = repReport; this.m_svcUser = svcUser; this.m_repAcs = repAcs; this.uploadItemRep = uploadItemRep; this.m_wordESRep = wordESRep; this.m_wordExtESRep = wordExtESRep; this.pkrESRep = pkrESRep; this.m_svcItemName = svcItemName; this.PkpmConfigService = PkpmConfigService; GetSceneDataUrl = PkpmConfigService.GetSceneDataUrl; }
public DistributeExpertController(ISysDictService sysDictServcie, IPkpmConfigService pkpmConfigService, ICheckUnitService checkUnitService, ICheckQualifyService checkQualifyService, IRepsitory <t_D_UserTableTen> rep, IRepsitory <t_D_UserTableOne> repOne, IUserService userService) : base(userService) { this.rep = rep; this.repOne = repOne; this.sysDictServcie = sysDictServcie; this.pkpmConfigService = pkpmConfigService; this.checkUnitService = checkUnitService; this.checkQualifyService = checkQualifyService; this.userService = userService; }
public ItemNameService(ICache <ItemShortInfos> cacheItem, ICache <List <CheckItemType> > cacheTypeCodes, ICache <List <totalitems> > cacheItemCodes, IDbConnectionFactory dbFactory, IRepsitory <totalitems> totalItemRep, IRepsitory <sysitemtype> itemTypeRep, IRepsitory <CheckItemType> checkItemTypeRep, IPkpmConfigService pkpmConfigService) { this.cacheItem = cacheItem; this.cacheTypeCodes = cacheTypeCodes; this.cacheItemCodes = cacheItemCodes; this.dbFactory = dbFactory; this.totalItemRep = totalItemRep; this.checkItemTypeRep = checkItemTypeRep; this.itemTypeRep = itemTypeRep; this.pkpmConfigService = pkpmConfigService; }
public ApplyQualifySixController(IRepsitory <t_D_UserTableSix> repSix, IRepsitory <t_bp_People> peopleRep, IRepsitory <t_D_UserTableOne> repOne, IRepsitory <t_D_UserTableSixFile> sixFileRep, IApplyQualifyService applyQuailityService, IFileHandler fileHander, ICheckUnitService checkUnitService, IDbConnectionFactory dbFactory, ISysDictService sysDictServcie, IUserService userService) : base(userService) { this.repOne = repOne; this.applyQuailityService = applyQuailityService; this.repSix = repSix; this.peopleRep = peopleRep; this.sixFileRep = sixFileRep; this.fileHander = fileHander; this.checkUnitService = checkUnitService; this.sysDictServcie = sysDictServcie; this.dbFactory = dbFactory; }
public WelcomeController(IUserService userService, IESRepsitory <es_t_bp_item> tbpitemESRep, ICheckUnitService checkUnitService, IItemNameService itemNameService, IRepsitory <UserInItem> userItemrep, IRepsitory <UserInCustom> userCustomrep, IRepsitory <t_bp_custom> customRep, IRepsitory <t_bp_Equipment> equipmentRep, //IRepsitory<t_bp_area> areaRep IAreaService areaService ) : base(userService) { this.checkUnitService = checkUnitService; this.itemNameService = itemNameService; this.tbpitemESRep = tbpitemESRep; this.userCustomrep = userCustomrep; this.userItemrep = userItemrep; this.areaService = areaService; this.equipmentRep = equipmentRep; this.customRep = customRep; }
public CbrApprovalController(ISysDictService sysDictServcie, IPkpmConfigService pkpmConfigService, ICheckUnitService checkUnitService, ICheckQualifyService checkQualifyService, IRepsitory <User> repUser, IRepsitory <t_D_UserExpertUnit> repEU, IRepsitory <t_D_UserTableCS> repCS, IRepsitory <t_D_UserTableOne> repOne, IRepsitory <t_D_UserTableTen> repTen, IUserService userService) : base(userService) { this.repUser = repUser; this.repEU = repEU; this.repCS = repCS; this.repOne = repOne; this.repTen = repTen; this.sysDictServcie = sysDictServcie; this.pkpmConfigService = pkpmConfigService; this.checkUnitService = checkUnitService; this.checkQualifyService = checkQualifyService; this.userService = userService; }
public CheckStatisUnQuailfyController(IUserService userService, ICheckUnitService checkUnitService, IItemNameService itemNameService, IUserCustomize userCustomizeService, IESRepsitory <es_t_bp_item> tbpitemESRep, //IRepsitory<WxInspectUnit> m_repUnit; IRepsitory <UserInItem> userItemrep, IAreaService AreaService, IReportService reportService, IRepsitory <UserInCustom> userCustomrep) : base(userService) { this.checkUnitService = checkUnitService; this.itemNameService = itemNameService; this.tbpitemESRep = tbpitemESRep; //this.m_repUnit = repUnit; this.userItemrep = userItemrep; this.AreaService = AreaService; this.userCustomrep = userCustomrep; this.userCustomizeService = userCustomizeService; this.reportService = reportService; aggeKey = "ItemNum"; }
public SysInfoService(IDbConnectionFactory dbFactory, IRepsitory <t_bp_PkpmJCRU> rep) { this.dbFactory = dbFactory; this.rep = rep; }
public UserService(IRepsitory <Role> roleRep, IRepsitory <Path> pathRep, IRepsitory <TestType_BM> qualificationRep, IRepsitory <Entity.Action> actionRep, IRepsitory <SysLog> sysLogRep, ICache <List <TestType_BM> > cacheQualification, IRepsitory <SysDict> dictRep, IRepsitory <UserInArea> userInAreaRep, ICache <List <Entity.Path> > cachePaths, ICache <List <Entity.Action> > cacheActions, ICache <Role> cacheRole, ICache <List <UserInArea> > cacheUserInArea, ICache <InstShortInfos> cacheInsts, ICache <List <UIArea> > cacheAreas, ICache <UserInspect> cacheUserInspect, ISysDictService sysDictService, IRoleService roleService, IAreaService areaService, IRepsitory <User> repUser, IRepsitory <UserAsRole> userAsRoleRep, IRepsitory <UserInCustom> userCustomrep, IRepsitory <WxUser> repWxUser, IRepsitory <t_bp_custom> custom, ICheckUnitService checkUnitService, ICache <List <t_sys_region> > areaCache, IRepsitory <t_sys_region> areaRep, ICache <InstShortInfos> customSTCache, IRepsitory <InstShortInfos> customSTRep, IDbConnectionFactory dbFactory, ISTCustomService stCustomService, IRepsitory <t_bp_custom> rep, IPkpmConfigService pkpmConfigService) { this.customSTCache = customSTCache; this.customSTRep = customSTRep; this.qualificationRep = qualificationRep; this.areaCache = areaCache; this.areaRep = areaRep; this.cacheQualification = cacheQualification; this.roleRep = roleRep; this.pathRep = pathRep; this.actionRep = actionRep; this.sysLogRep = sysLogRep; this.dictRep = dictRep; this.areaService = areaService; this.userInAreaRep = userInAreaRep; this.cachePaths = cachePaths; this.cacheActions = cacheActions; this.cacheRole = cacheRole; this.cacheUserInArea = cacheUserInArea; this.cacheInsts = cacheInsts; this.cacheAreas = cacheAreas; this.cacheUserInspect = cacheUserInspect; this.roleService = roleService; this._repUser = repUser; this.userAsRoleRep = userAsRoleRep; this.userCustomrep = userCustomrep; this.m_repWxUser = repWxUser; this._custom = custom; this.checkUnitService = checkUnitService; this.dbFactory = dbFactory; this.stCustomService = stCustomService; this.pkpmConfigService = pkpmConfigService; this.sysDictService = sysDictService; this.rep = rep; }
public AdminController(IRepsitory <Path> pathRep, IUserService userService) : base(userService) { this.pathRep = pathRep; }
public SoftwareVersService(IDbConnectionFactory dbFactory, IRepsitory <t_sys_Version> rep) { this.dbFactory = dbFactory; this.rep = rep; }