Ejemplo n.º 1
0
        public static void Call(Arebis.CodeGeneration.IGenerationHost _host, Zetbox.Basic.Parties.BankAccount account)
        {
            if (_host == null)
            {
                throw new global::System.ArgumentNullException("_host");
            }

            _host.CallTemplate("Common.BankAccount", account);
        }
Ejemplo n.º 2
0
 public BankAccount(Arebis.CodeGeneration.IGenerationHost _host, Zetbox.Basic.Parties.BankAccount account)
     : base(_host)
 {
     this.account = account;
 }