Esempio n. 1
0
 public static void Delete(string zoneId, string title)
 {
     ActionReportAccess.Delete(zoneId, title);
 }
Esempio n. 2
0
 public static void Delete(string title)
 {
     ActionReportAccess.Delete(title);
 }