You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hikalkan
changed the title
Make AbstractKeyReadOnlyAppService object mapping code async
Support async object mapping for the base CRUD application service
Jul 24, 2020
MapToGetOutputDto, MapToGetListOutputDto... are sync and if we want to override them and make an async operation, we can do it in a natural way.
In this way, for example, you can override the
MapToGetOutputDtoAsync
to convert an entity to a DTO in an async way:The text was updated successfully, but these errors were encountered: