Ejemplo n.º 1
0
        public MainController(IScNtcService scNtcServcie, IScUsrService scUsrService, IScFileInfoService scFileInfoService)
        {
            this._scNtcService = scNtcServcie;
            this._scUsrService = scUsrService;
            this._scFileInfoService = scFileInfoService;

        }
Ejemplo n.º 2
0
 public MainController(IScNtcService scNtcServcie, IScUsrService scUsrService, IScFileInfoService scFileInfoService)
 {
     this._scNtcService      = scNtcServcie;
     this._scUsrService      = scUsrService;
     this._scFileInfoService = scFileInfoService;
 }