Exemplo n.º 1
0
 internal void PostConfigureActions()
 {
     FluentActions = FluentActions
                     .Select(PostConfigureAction)
                     .ToList();
 }