public static void BootstrapForSystem( string logName, ITinyReturnsDatabaseSettings tinyReturnsDatabaseSettings) { LoggingBootstrapper.StartupLog(logName); var logForNetSystemLog = new LogForNetSystemLog(); BootstrapAll(logForNetSystemLog, tinyReturnsDatabaseSettings); }
public static void BootstrapForSystem( string logName, IOfficeLocationDatabaseSettings officeLocationDatabaseSettings, ICountryWebApiSettings countryWebApiSettings, IEmailSettings emailSettings, IGroupNameConstants groupNameConstants) { LoggingBootstrapper.StartupLog(logName); var logForNetSystemLog = new LogForNetSystemLog(); BootstrapAll(logForNetSystemLog, officeLocationDatabaseSettings, countryWebApiSettings, emailSettings, groupNameConstants); }