mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-29 11:02:07 +03:00
IoC and NavigationService implementation
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace MicroIoc
|
||||
{
|
||||
public abstract class InjectedMemberBase
|
||||
{
|
||||
public string MemberName { get; set; }
|
||||
public object MemberValue { get; set; }
|
||||
|
||||
public abstract string DeriveFullName<T>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user