Example #1
0
 public bool UptBorrowApplyCheckState(T_FB_BORROWAPPLYMASTER entity, List <T_FB_BORROWAPPLYDETAIL> borrowDetail)
 {
     using (BorrowApplyMasterBLL borrowBLL = new BorrowApplyMasterBLL())
     {
         bool   re   = true;
         string sMsg = borrowBLL.UptBorrowApplyCheckState(entity, borrowDetail);
         if (!string.IsNullOrEmpty(sMsg))
         {
             re = false;
         }
         return(re);
     }
 }
Example #2
0
 public bool UptBorrowApplyCheckState(T_FB_BORROWAPPLYMASTER entity, List<T_FB_BORROWAPPLYDETAIL> borrowDetail)
 {
     using(BorrowApplyMasterBLL borrowBLL = new BorrowApplyMasterBLL())
     {
         bool re = true;
         string sMsg = borrowBLL.UptBorrowApplyCheckState(entity, borrowDetail);
         if (!string.IsNullOrEmpty(sMsg))
         {
             re = false;
         }
         return re;
     }
 }