Example #1
0
 public bool AddBorrowApplyMasterAndDetail(T_FB_BORROWAPPLYMASTER borrowMaster, List <T_FB_BORROWAPPLYDETAIL> borrowDetail)
 {
     using (BorrowApplyMasterBLL borrowBLL = new BorrowApplyMasterBLL())
     {
         bool re;
         re = borrowBLL.AddBorrowApplyMasterAndDetail(borrowMaster, borrowDetail);
         return(re);
     }
 }
Example #2
0
 public bool AddBorrowApplyMasterAndDetail(T_FB_BORROWAPPLYMASTER borrowMaster, List<T_FB_BORROWAPPLYDETAIL> borrowDetail)
 {
     using(BorrowApplyMasterBLL borrowBLL = new BorrowApplyMasterBLL())
     {
         bool re;
         re = borrowBLL.AddBorrowApplyMasterAndDetail(borrowMaster, borrowDetail);
         return re;
     }
 }