Ejemplo n.º 1
0
 public YH_UserBankAccountController(IYH_UserBankAccountService yH_UserBankAccountService)
 {
     _yH_UserBankAccountService = yH_UserBankAccountService;
 }
 public void Init()
 {
     BrEngineContext.Init(null);
     this._dbContext = BrEngineContext.Current.Resolve <IBcDbContext>();
     this._yH_UserBankAccountService = BrEngineContext.Current.Resolve <IYH_UserBankAccountService>();
 }