Put UseServices extension method in Microsoft.AspNet

This commit is contained in:
David Fowler 2014-04-18 00:13:10 -07:00
parent 252f17e5e2
commit bba57874bc
1 changed files with 2 additions and 1 deletions

View File

@ -5,8 +5,9 @@ using System.Linq;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.DependencyInjection;
using Microsoft.AspNet.DependencyInjection.Fallback;
using Microsoft.AspNet.RequestContainer;
namespace Microsoft.AspNet.RequestContainer
namespace Microsoft.AspNet
{
public static class ContainerExtensions
{