예제 #1
0
 public static void Delete(string zoneId, string title)
 {
     ActionReportAccess.Delete(zoneId, title);
 }
예제 #2
0
 public static void Delete(string title)
 {
     ActionReportAccess.Delete(title);
 }