Example #1
0
 public int SaveAudit(AuditDetails audit)
 {
     return(dbUpdates.SaveAuditDetail(audit));
 }