public ZJPileUpdateInfoController(IPkpmConfigService pkpmconfigService,
                                          IUserService userService) : base(userService)
        {
            this.pkpmconfigService = pkpmconfigService;

            GetSceneDataUrl = pkpmconfigService.GetSceneDataUrl;
        }
Ejemplo n.º 2
0
 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;
 }
Ejemplo n.º 3
0
 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;
 }
Ejemplo n.º 4
0
 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;
 }
Ejemplo n.º 5
0
 public ReportInfoController(IUserService userService,
                             IPkpmConfigService PkpmConfigService,
                             ICheckUnitService checkUnitService
                             //IRepsitory<view_programmeSecneList> programmeSecneListRep
                             ) : base(userService)
 {
     this.GetSceneDataUrl  = PkpmConfigService.GetSceneDataUrl;
     this.checkUnitService = checkUnitService;
     //this.programmeSecneListRep = programmeSecneListRep;
 }
 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;
 }
Ejemplo n.º 7
0
 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;
 }
Ejemplo n.º 8
0
 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;
 }
Ejemplo n.º 9
0
 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;
 }
Ejemplo n.º 10
0
 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;
 }
Ejemplo n.º 11
0
 public ZJHistoryCheckController(ICheckUnitService checkUnitService, IPkpmConfigService pkpmconfigService, IUserService userService) : base(userService)
 {
     this.checkUnitService = checkUnitService;
     GetSceneDataUrl       = pkpmconfigService.GetSceneDataUrl;
 }
Ejemplo n.º 12
0
 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;
 }
Ejemplo n.º 13
0
        public LiftingEquipmentController(IPkpmConfigService pkpmConfigService, IUserService userService) : base(userService)
        {
            this.pkpmConfigService = pkpmConfigService;

            GetSceneDataUrl = pkpmConfigService.GetSceneDataUrl;
        }
Ejemplo n.º 14
0
        public ZJCheckService(IPkpmConfigService pkpmconfigService)
        {
            this.pkpmconfigService = pkpmconfigService;

            GetSceneDataUrl = pkpmconfigService.GetSceneDataUrl;
        }
Ejemplo n.º 15
0
        public ZJLocaleTestGPSController(IPkpmConfigService pkpmconfigService, IUserService userService) : base(userService)
        {
            this.pkpmconfigService = pkpmconfigService;

            GetSceneDataUrl = pkpmconfigService.GetSceneDataUrl;
        }