#1456 Reset Password stuff #865

This commit is contained in:
Jamie.Rees 2017-07-14 16:23:57 +01:00
parent 51fbd56c44
commit ace90da7ed
15 changed files with 383 additions and 64 deletions

View file

@ -90,6 +90,7 @@ namespace Ombi.DependencyInjection
{
services.AddTransient<IRequestServiceMain, RequestService>();
services.AddSingleton<INotificationService, NotificationService>();
services.AddSingleton<IEmailProvider, GenericEmailProvider>();
services.AddTransient<INotificationHelper, NotificationHelper>();