Skip to content

Commit

Permalink
making scoped extensions generally available in the Prism.Ioc namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Nov 28, 2019
1 parent ca2c0f6 commit 00239cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Prism.Container.Extensions/IScopedFactoryRegistry.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using Prism.Ioc;

namespace Prism.Ioc
namespace Prism.Container.Extensions
{
public interface IScopedFactoryRegistry
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
using Prism.Container.Extensions;

namespace Prism.Ioc
{
Expand Down

0 comments on commit 00239cc

Please sign in to comment.