User management

This commit is contained in:
tidusjar 2016-08-26 14:39:14 +01:00
parent e77add75a1
commit d75e309e18
8 changed files with 88 additions and 41 deletions

View file

@ -50,6 +50,7 @@ namespace PlexRequests.UI.NinjectModules
Bind<ICustomUserMapper>().To<UserMapper>();
Bind<INotificationService>().To<NotificationService>().InSingletonScope();
Bind<INotificationEngine>().To<NotificationEngine>();
}
}
}