Skip to content

Commit

Permalink
Update docs/en/Community-Articles/2024-05-09-what-is-object-to-object…
Browse files Browse the repository at this point in the history
…-mapping/post.md

Co-authored-by: Engincan VESKE <[email protected]>
  • Loading branch information
EnesDONER and EngincanV authored May 20, 2024
1 parent ed4e002 commit f094d30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Let's create the `CustomerGetDto` class in the `*.Application.Contracts` project
}
````

You can use this code to list customers:
After creating our entity and output DTO classes, now in the application service implementation, we can return the `CustomerGetDto` class, as a result of listing the customers. For that reason, we can write a code as follows:

````csharp
public virtual async Task<PagedResultDto<CustomerGetDto>> GetListAsync(GetCustomersInput input)
Expand Down

0 comments on commit f094d30

Please sign in to comment.