示例#1
0
 public bool Audit(AuditLeaves audit)
 {
     try
     {
         return(_leaveRepository.Audit(audit));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }