public static void Call(Arebis.CodeGeneration.IGenerationHost _host, Zetbox.Basic.Parties.Party party, Zetbox.Basic.Parties.Address address) { if (_host == null) { throw new global::System.ArgumentNullException("_host"); } _host.CallTemplate("Common.Address", party, address); }
public Address(Arebis.CodeGeneration.IGenerationHost _host, Zetbox.Basic.Parties.Party party, Zetbox.Basic.Parties.Address address) : base(_host) { this.party = party; this.address = address; }
public Signature(Arebis.CodeGeneration.IGenerationHost _host, Zetbox.Basic.Parties.Party party) : base(_host) { this.party = party; }