예제 #1
0
 public bool AuditFormSave(DataSet ds, int userID)
 {
     return(_AuditRepository.AuditFormSave(ds, userID));
 }