Beispiel #1
0
 public static TInterface Resolve <TInterface>(this Core.IBootStrapperDependecyInjection boot, string key) where TInterface : class
 {
     return(Central.DependencyService.Resolve <TInterface>(key));
 }
Beispiel #2
0
 public static IDictionary <TEnum, Type> PageKeys <TEnum>(this Core.IBootStrapperDependecyInjection boot) where TEnum : struct, IConvertible
 {
     return(Navigation.Settings.PageKeys <TEnum>());
 }
Beispiel #3
0
 public static TInterface Resolve <TInterface>(this Core.IBootStrapperDependecyInjection boot) where TInterface : class
 {
     return(Central.Container.Resolve <TInterface>());
 }