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