示例#1
0
 public MainController(IScNtcService scNtcServcie, IScExpertMappingService scExpertMappingService, IScUsrService scUsrService, IScBizTypeService scBizTypeService)
 {
     _scNtcService           = scNtcServcie;
     _scExpertMappingService = scExpertMappingService;
     _scUsrService           = scUsrService;
     _scBizTypeService       = scBizTypeService;
 }
示例#2
0
 public MainController(IScNtcService scNtcServcie, IScExpertMappingService scExpertMappingService, IScUsrService scUsrService, IScBizTypeService scBizTypeService)
 {
     _scNtcService = scNtcServcie;
     _scExpertMappingService = scExpertMappingService;
     _scUsrService = scUsrService;
     _scBizTypeService = scBizTypeService;
 }
 public ExpertManagerController(IScUsrService scUsrService, IScBizWorkService scBizWorkService, IScExpertMappingService scExpertMappingService, IScBizTypeService scBizTypeService)
 {
     _scUsrService = scUsrService;
     _scBizWorkService = scBizWorkService;
     _scExpertMappingService = scExpertMappingService;
     _scBizTypeService = scBizTypeService;
 }
 public ExpertManagerController(IScUsrService scUsrService, IScBizWorkService scBizWorkService, IScExpertMappingService scExpertMappingService, IScBizTypeService scBizTypeService)
 {
     _scUsrService           = scUsrService;
     _scBizWorkService       = scBizWorkService;
     _scExpertMappingService = scExpertMappingService;
     _scBizTypeService       = scBizTypeService;
 }
 public CompanyMngController(IScExpertMappingService _scExpertMappingService, IScReqDocService _scReqDocService, IScCompMappingService _scCompMappingService, IScQaService _scQaService, IScReqDocFileService _scReqDocFileService)
 {
     this._scExpertMappingService = _scExpertMappingService;
     this._scReqDocService        = _scReqDocService;
     this._scCompMappingService   = _scCompMappingService;
     this._scQaService            = _scQaService;
     this._scReqDocFileService    = _scReqDocFileService;
 }
 public CompanyMngController(IScExpertMappingService _scExpertMappingService, IScReqDocService _scReqDocService, IScCompMappingService _scCompMappingService, IScQaService _scQaService, IScReqDocFileService _scReqDocFileService)
 {
     this._scExpertMappingService = _scExpertMappingService;
     this._scReqDocService = _scReqDocService;
     this._scCompMappingService = _scCompMappingService;
     this._scQaService = _scQaService;
     this._scReqDocFileService = _scReqDocFileService;
 }
 public ExpertServiceController(IScReqDocService scReqDocService, IScReqDocFileService scReqDocFileService 
     , IScExpertMappingService scExpertMappingService, IScCompMappingService scCompMappingService
     , IScQaService scQaService)
 {
     _scReqDocService = scReqDocService;
     _scReqDocFileService = scReqDocFileService;
     _scExpertMappingService = scExpertMappingService;
     _scCompMappingService = scCompMappingService;
     _scQaService = scQaService;
 }
示例#8
0
 public ExpertServiceController(IScReqDocService scReqDocService, IScReqDocFileService scReqDocFileService
                                , IScExpertMappingService scExpertMappingService, IScCompMappingService scCompMappingService
                                , IScQaService scQaService)
 {
     _scReqDocService        = scReqDocService;
     _scReqDocFileService    = scReqDocFileService;
     _scExpertMappingService = scExpertMappingService;
     _scCompMappingService   = scCompMappingService;
     _scQaService            = scQaService;
 }
 public ReportController(IScBizWorkService scBizWorkService
                         , IRptMasterService rptMasterService
                         , IScUsrService scUsrService
                         , IScExpertMappingService scExpertMappingService
                         )
 {
     this._scBizWorkService      = scBizWorkService;
     this.rptMasterService       = rptMasterService;
     this.scUsrService           = scUsrService;
     this.scExpertMappingService = scExpertMappingService;
 }
示例#10
0
 public ReportController(IScBizWorkService scBizWorkService
     , IRptMasterService rptMasterService
     , IScUsrService scUsrService
     , IScExpertMappingService scExpertMappingService
     )
 {
     this._scBizWorkService = scBizWorkService;
     this.rptMasterService = rptMasterService;
     this.scUsrService = scUsrService;
     this.scExpertMappingService = scExpertMappingService;
 }