Codit / practical-api-guidelines

Practical guidelines for building & designing APIs with .NET.
MIT License
16 stars 5 forks source link

#93 Don't use TDto as a parameter to the repository #110

Closed pietersap closed 5 years ago

pietersap commented 5 years ago

issue 93

TDto is exposed to the API, so we don't pass this as parameter to the repository. Instead, pass in the TEntity in where the properties are already modified.

MassimoC commented 5 years ago

@pietersap PRs must have clear title, clear description and link to issue.