Browse Source

Update docs/en/Community-Articles/2024-05-09-what-is-object-to-object-mapping/post.md

Co-authored-by: Engincan VESKE <enginveske@gmail.com>
pull/19759/head
Enes Doner 2 years ago
committed by GitHub
parent
commit
aace0dfd58
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      docs/en/Community-Articles/2024-05-09-what-is-object-to-object-mapping/post.md

4
docs/en/Community-Articles/2024-05-09-what-is-object-to-object-mapping/post.md

@ -103,7 +103,9 @@ Finally, we can run our application and navigate to the **/swagger** endpoint to
![Swagger](./images/swagger1.png)
In some scenarios you may want to make some customizations when matching. If you want to use `CustomerGetDto` in this way:
## Advanced: Mapping Configurations
In some scenarios, you may want to make some customizations when mapping two objects. For example, let's assume that you want to create the `CustomerGetDto` class as follows:
````csharp
public class CustomerGetDto

Loading…
Cancel
Save