Thumbnail List Update notifications moved to MediatR

This commit is contained in:
Anton Kasyanov
2018-02-19 21:27:09 +02:00
parent 42be487d31
commit b97fe58782
15 changed files with 94 additions and 129 deletions

View File

@@ -58,7 +58,7 @@ namespace EveOPreview
public void Register<TService, TImplementation>()
where TImplementation : TService
{
this._container.Register<TService, TImplementation>(new PerContainerLifetime());
this._container.Register<TService, TImplementation>();
}
public void Register<TService>(Expression<Func<TService>> factory)