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
The IdentityService uses Generic Types for most of it's methods, but not for the "plural" calls, which prevents from using our own DTO types without re-implementing the service or extending it.
For example, the 2 following methods should return Task<TUsersDto<TUserDto, TUserDtoKey>> and Task<TRolesDto<TRoleDto, TRoleDtoKey>> respectively
The IdentityService uses Generic Types for most of it's methods, but not for the "plural" calls, which prevents from using our own DTO types without re-implementing the service or extending it.
For example, the 2 following methods should return
Task<TUsersDto<TUserDto, TUserDtoKey>>
andTask<TRolesDto<TRoleDto, TRoleDtoKey>>
respectivelyThe text was updated successfully, but these errors were encountered: