Пример #1
0
 public bool DeleteOutApply(string[] strOverTimeRecordId)
 {
     using (OutApplyBLL bll = new OutApplyBLL())
     {
         int rslt = bll.DeleteOutApply(strOverTimeRecordId);
         return(rslt > 0);
     }
 }
Пример #2
0
 public bool DeleteOutApply(string[] strOverTimeRecordId)
 {
     using (OutApplyBLL bll = new OutApplyBLL())
     {
         int rslt = bll.DeleteOutApply(strOverTimeRecordId);
         return (rslt > 0);
     }
 }