public static void Delete(string zoneId, string title) { ActionReportAccess.Delete(zoneId, title); }
public static void Delete(string title) { ActionReportAccess.Delete(title); }