diff --git a/DigitalData.UserManager.Infrastructure/Contracts/IGroupOfUserRepository.cs b/DigitalData.UserManager.Infrastructure/Contracts/IGroupOfUserRepository.cs index c47f06e..175d745 100644 --- a/DigitalData.UserManager.Infrastructure/Contracts/IGroupOfUserRepository.cs +++ b/DigitalData.UserManager.Infrastructure/Contracts/IGroupOfUserRepository.cs @@ -16,5 +16,7 @@ namespace DigitalData.UserManager.Infrastructure.Contracts Task> ReadAllAsyncWithGroupAndUser(); Task> ReadByUsernameAsync(string username); + + Task> ReadByUserIdAsync(int userId); } } \ No newline at end of file