Ejemplo n.º 1
0
 public FileConfiguration()
 {
     ReRoutes            = new List <FileReRoute>();
     GlobalConfiguration = new FileGlobalConfiguration();
     Aggregates          = new List <FileAggregateReRoute>();
 }