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