Browse Source

Update Object-To-Object-Mapping.md

pull/17376/head
maliming 3 years ago
committed by GitHub
parent
commit
7211245c85
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/Object-To-Object-Mapping.md

4
docs/en/Object-To-Object-Mapping.md

@ -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