예제 #1
0
 public static void RevertToDefaultImplementation()
 {
     Implementation = defaultImplementation;
 }
예제 #2
0
 /// <summary>
 /// For unit testing / mocking
 /// </summary>
 internal static void RevertToDefaultImplementation()
 {
     Implementation = defaultImplementation;
 }