Exemplo n.º 1
0
 public MainController(IScNtcService scNtcServcie, IScExpertMappingService scExpertMappingService, IScUsrService scUsrService, IScBizTypeService scBizTypeService)
 {
     _scNtcService = scNtcServcie;
     _scExpertMappingService = scExpertMappingService;
     _scUsrService = scUsrService;
     _scBizTypeService = scBizTypeService;
 }
Exemplo n.º 2
0
 public MainController(IScNtcService scNtcServcie, IScExpertMappingService scExpertMappingService, IScUsrService scUsrService, IScBizTypeService scBizTypeService)
 {
     _scNtcService           = scNtcServcie;
     _scExpertMappingService = scExpertMappingService;
     _scUsrService           = scUsrService;
     _scBizTypeService       = scBizTypeService;
 }
Exemplo n.º 3
0
        public MainController(IScNtcService scNtcServcie, IScUsrService scUsrService, IScFileInfoService scFileInfoService)
        {
            this._scNtcService = scNtcServcie;
            this._scUsrService = scUsrService;
            this._scFileInfoService = scFileInfoService;

        }
Exemplo n.º 4
0
 public CsController(
     IScFaqService scFaqService, IScNtcService scNtcServcie,
     IScFormService scFormService, IScFormFileService scFormFileService,
     IScQclService _scQclService)
 {
     this._scFaqService = scFaqService;
     this._scNtcService = scNtcServcie;
     this._scFormService = scFormService;
     this._scFormFileService = scFormFileService;
     this._scQclService = _scQclService;
 }
Exemplo n.º 5
0
 public CsController(
     IScFaqService scFaqService, IScNtcService scNtcServcie,
     IScFormService scFormService, IScFormFileService scFormFileService,
     IScQclService _scQclService)
 {
     this._scFaqService      = scFaqService;
     this._scNtcService      = scNtcServcie;
     this._scFormService     = scFormService;
     this._scFormFileService = scFormFileService;
     this._scQclService      = _scQclService;
 }
Exemplo n.º 6
0
 public MainController(IScNtcService scNtcServcie, IScUsrService scUsrService, IScFileInfoService scFileInfoService)
 {
     this._scNtcService      = scNtcServcie;
     this._scUsrService      = scUsrService;
     this._scFileInfoService = scFileInfoService;
 }
Exemplo n.º 7
0
 public MainController(IScNtcService scNtcServcie)
 {
     this._scNtcService = scNtcServcie;
 }
 public MainController(IScNtcService scNtcServcie, IVcCompInfoService _vcCompInfoService, IScUsrService _scUsrService)
 {
     this._scNtcService      = scNtcServcie;
     this._vcCompInfoService = _vcCompInfoService;
     this._scUsrService      = _scUsrService;
 }
Exemplo n.º 9
0
        public MainController(IScNtcService scNtcServcie)
        {
            this._scNtcService = scNtcServcie;

        }