예제 #1
0
        private void ConvertThroughProto(CreateCommand source)
        {
            Com.Daml.Ledger.Api.V1.CreateCommand protoValue = source.ToProto();
            var target = CreateCommand.FromProto(protoValue);

            Assert.True(source == target);
        }