Ejemplo n.º 1
0
 public void Init()
 {
     BrEngineContext.Init(null);
     this._newInfoService = BrEngineContext.Current.Resolve <INewInfoService>();
 }
Ejemplo n.º 2
0
 public NewInfoController(INewInfoService newInfoService)
 {
     this._newInfoService = newInfoService;
 }