示例#1
0
 public bool CleanupForKPIReport(Areas area, string field, string customerNumber, DateTime start, DateTime end)
 {
     return(cache.CleanupForKPIReport(area, field, customerNumber, start, end));
 }
示例#2
0
 public void CleanupForKPIReportTest()
 {
     cache.CleanupForKPIReport(Areas.KPIReport, "FullReport", "1002", new DateTime(2020, 04, 13), new DateTime(2020, 04, 13));
 }