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