mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-29 09:01:55 +03:00
IoC and NavigationService implementation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace MicroIoc
|
||||
{
|
||||
public interface IConfiguration
|
||||
{
|
||||
IConfiguration Configure<T>(InjectedMemberBase injection);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user