Esempio n. 1
0
        protected override void executeInternal()
        {
            BankUIData bankUIData = new BankUIData();

            bankUIData.setLastLoginDate(this.AccountId, this.LoginDateTime);
        }
Esempio n. 2
0
        protected override void executeInternal()
        {
            BankUIData bankUIData = AutofacConfig.CoreContainer.Resolve <BankUIData>();

            bankUIData.setLastLoginDate(this.AccountId, this.LoginDateTime);
        }