public static void RevertToDefaultImplementation() => Implementation = defaultImplementation;
Exemple #2
0
 /// <summary>
 /// For unit testing / mocking
 /// </summary>
 internal static void RevertToDefaultImplementation() => Implementation = defaultImplementation;