public static void ConfigBaseController(this IServiceCollection service, IBootOptions bootOptions) { IoCHelper.AddSingleton(bootOptions); }
public BaseController() { _bootOptions = IoCHelper.Resolve <IBootOptions>(); }