Esempio n. 1
0
 public string AuditLeaveRecord(string strLeaveRecordID, List<V_ADJUSTLEAVE> AdjustLeaves, string strCheckState)
 {
     using (EmployeeLeaveRecordBLL bll = new EmployeeLeaveRecordBLL())
     {
         return bll.AuditLeaveRecord(strLeaveRecordID, AdjustLeaves, strCheckState);
     }
 }