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