// Internal for tests
 internal static void ResetConfig()
 {
     _config = null;
 }
Exemplo n.º 2
0
 public static void Setup(PersonalisationGroupsConfig config)
 {
     _value = config;
 }