示例#1
0
 public bool CleanupForKPIReportByUser(Areas area, string field, string customerNumber, string userId)
 {
     return(cache.CleanupForKPIReportByUser(area, field, customerNumber, userId));
 }
示例#2
0
 public void CleanupForKPIReportByUserTest()
 {
     cache.CleanupForKPIReportByUser(Areas.KPIReport, "MainReport", "1002", "6ab40d8a-0ea7-494a-b5f9-c3fd9ae1fe1e");
 }