Reacting to DI changes
This commit is contained in:
parent
075edc516c
commit
aebfecdf87
|
|
@ -4,7 +4,7 @@
|
||||||
namespace Microsoft.AspNet.Hosting.Fakes
|
namespace Microsoft.AspNet.Hosting.Fakes
|
||||||
{
|
{
|
||||||
interface IFakeEveryService :
|
interface IFakeEveryService :
|
||||||
IFakeService,
|
IFakeScopedService,
|
||||||
IFakeServiceInstance,
|
IFakeServiceInstance,
|
||||||
IFakeSingletonService
|
IFakeSingletonService
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue