Skip to content

Commit aced7a9

Browse files
committed
fix
1 parent de5096a commit aced7a9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Proto/PowersOfAttorney/PowerOfAttorney.proto.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,13 @@ public Diadoc.Api.Proto.PowersOfAttorney.PowerOfAttorneyDelegationInfo Delegatio
118118
get { return _DelegationInfo; }
119119
set { _DelegationInfo = value; }
120120
}
121+
private readonly global::System.Collections.Generic.List<Diadoc.Api.Proto.PowersOfAttorney.PowerOfAttorneyRepresentative> _Representatives = new global::System.Collections.Generic.List<Diadoc.Api.Proto.PowersOfAttorney.PowerOfAttorneyRepresentative>();
122+
[global::ProtoBuf.ProtoMember(11, Name=@"Representatives", DataFormat = global::ProtoBuf.DataFormat.Default)]
123+
public global::System.Collections.Generic.List<Diadoc.Api.Proto.PowersOfAttorney.PowerOfAttorneyRepresentative> Representatives
124+
{
125+
get { return _Representatives; }
126+
}
127+
121128
private global::ProtoBuf.IExtension extensionObject;
122129
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
123130
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }

0 commit comments

Comments
 (0)