static void Main() { MaterialSkinManager .Instance .ColorScheme = new ColorScheme( Primary.BlueGrey800, Primary.BlueGrey900, Primary.BlueGrey500, Accent.LightBlue200, TextShade.WHITE); new Bootstrapper(IOCContainer.GetContainer()) .Start(); }
public GenericService() { this.Container = IOCContainer.GetContainer(); }