public static void RunFromIterface(IIterface obj)
 {
     obj.MethodFromIIterface();
 }
Ejemplo n.º 2
0
 public ClassThatUsesMockedClass(IIterface other)
 {
     _other = other;
 }
 public static void RunFromIterface(IIterface obj)
 {
     obj.MethodFromIIterface();
 }