Example #1
0
 public int Delete(int AuditID)
 {
     return(dal.Delete(AuditID));
 }