Reacting to DI changes

This commit is contained in:
Pranav K 2014-11-24 10:10:51 -08:00
parent 075edc516c
commit aebfecdf87
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
namespace Microsoft.AspNet.Hosting.Fakes
{
interface IFakeEveryService :
IFakeService,
IFakeScopedService,
IFakeServiceInstance,
IFakeSingletonService
{