示例#1
0
 //Delete
 public void Delete(string departmentId, string sectionId, string kpiId)
 {
     objDb.Delete(departmentId, sectionId, kpiId);
 }