Ejemplo n.º 1
0
 public static void RevertToDefaultImplementation()
 {
     Implementation = defaultImplementation;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// For unit testing / mocking
 /// </summary>
 internal static void RevertToDefaultImplementation()
 {
     Implementation = defaultImplementation;
 }