Esempio n. 1
0
 private static void RegisterSingletons()
 {
     Ioc.RegisterSingleton <ISettings, Settings>();
 }
Esempio n. 2
0
 private static void RegisterTypes()
 {
     Ioc.RegisterType <IPomodor, Pomodor>();
 }