diff --git a/LANCommander.Server.Services/UserService.cs b/LANCommander.Server.Services/UserService.cs index 3d9cbcd0..e7bd19a2 100644 --- a/LANCommander.Server.Services/UserService.cs +++ b/LANCommander.Server.Services/UserService.cs @@ -31,6 +31,7 @@ namespace LANCommander.Server.Services IdentityContext = identityContextFactory.Create(); CollectionService = collectionService; Mapper = mapper; + Cache = cache; } public async Task GetAsync(string userName)