Пример #1
0
 public string AuditOutApply(string strOverTimeRecordID, string strCheckState)
 {
     using (OutApplyBLL bllOverTimeRecord = new OutApplyBLL())
     {
         string rslt = bllOverTimeRecord.AuditOutApply(strOverTimeRecordID, strCheckState);
         return(rslt);
     }
 }
Пример #2
0
 public string AuditOutApply(string strOverTimeRecordID, string strCheckState)
 {
     using (OutApplyBLL bllOverTimeRecord = new OutApplyBLL())
     {
         string rslt = bllOverTimeRecord.AuditOutApply(strOverTimeRecordID, strCheckState);
         return rslt;
     }
 }