protected void Application_Start(object sender, EventArgs e) { Logger.SetCurrent(_logger); ConfigProfile.LoadConfigurationProfile(); WebApiConfig.Configure(); }
public static ConfigProfile LoadConfigurationProfile() { Current = new ConfigProfile(); return(Current); }