[#7] Client cut internal
This commit is contained in:
parent
545e647d7b
commit
b69d22966f
15 changed files with 216 additions and 36 deletions
|
@ -13,4 +13,9 @@ public static class OwnerIdMapper
|
|||
Value = ByteString.CopyFrom(ownerId.ToHash())
|
||||
};
|
||||
}
|
||||
|
||||
public static OwnerId ToModel(this OwnerID ownerId)
|
||||
{
|
||||
return new OwnerId(ownerId.ToString());
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue