Ejemplo n.º 1
0
        public BoolActionResult ManageInvestorBankAccount(int underwriterID, InvestorBankAccountModel investorBank)
        {
            ManageInvestorBankAccount strategy;
            var metadata = ExecuteSync(out strategy, null, underwriterID, underwriterID, investorBank);

            return(new BoolActionResult {
                MetaData = metadata,
                Value = strategy.Result
            });
        }
Ejemplo n.º 2
0
 public ManageInvestorBankAccount(int underwriterID, InvestorBankAccountModel bank)
 {
     this.bank          = bank;
     this.underwriterID = underwriterID;
 }        //ctor