Update Object-To-Object-Mapping.md

pull/17376/head
maliming 2 years ago committed by GitHub
parent 7614573a18
commit 7211245c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -335,12 +335,12 @@ For example, we might have a simple source and destination type:
````csharp
public class Source
{
public int Value { get; set; }
public int Value { get; set; }
}
public class Destination
{
public int Value { get; set; }
public int Value { get; set; }
}
````

Loading…
Cancel
Save