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