Moar !wip

This commit is contained in:
TidusJar 2018-09-28 12:50:57 +01:00
parent eb89b352f4
commit 2f964f904e
8 changed files with 109 additions and 16 deletions

View file

@ -91,6 +91,7 @@ namespace Ombi.DependencyInjection
services.AddTransient<IMusicSender, MusicSender>();
services.AddTransient<IMassEmailSender, MassEmailSender>();
services.AddTransient<IPlexOAuthManager, PlexOAuthManager>();
services.AddTransient<IVoteEngine, VoteEngine>();
}
public static void RegisterHttp(this IServiceCollection services)
{