Exemplo n.º 1
0
 public int DeleteByAuditID(int auditID)
 {
     return(dal.DeleteByAuditID(auditID));
 }