public static void Index(IndexActionArgs args) { try { for (var i = 0; i < 100; i++) { BaseAction.Setup(); BaseAction.TearDown(); } } catch (Exception) { BaseAction.TearDown(); throw; } }
public static void Index(IndexActionArgs args) { IndexAction.Index(args); }