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