Ejemplo n.º 1
0
 public static void DeleteStream(string stream, int expectedVersion)
 {
     _connection.DeleteStream(stream, expectedVersion);
 }