Added IHttpResultFactory

This commit is contained in:
LukePulverenti
2013-03-08 12:25:25 -05:00
parent bf9f0bc534
commit 332f635939
5 changed files with 27 additions and 0 deletions

View File

@@ -155,6 +155,8 @@ namespace MediaBrowser.ServerApplication
await base.RegisterResources().ConfigureAwait(false);
RegisterSingleInstance<IHttpResultFactory>(new HttpResultFactory());
RegisterSingleInstance<IServerApplicationHost>(this);
RegisterSingleInstance<IServerApplicationPaths>(ApplicationPaths);