Example #1
0
 public bool AddBorrowApplyMasterAndDetailForMobile(T_FB_BORROWAPPLYMASTER borrowMaster, List <T_FB_BORROWAPPLYDETAIL> borrowDetail, ref string strMsg)
 {
     using (BorrowApplyMasterBLL borrowBLL = new BorrowApplyMasterBLL())
     {
         SMT.Foundation.Log.Tracer.Debug("调用了AddBorrowApplyMasterAndDetailForMobile");
         bool re;
         re = borrowBLL.AddBorrowApplyMasterAndDetailForMobile(borrowMaster, borrowDetail, ref strMsg);
         return(re);
     }
 }
Example #2
0
 public bool AddBorrowApplyMasterAndDetailForMobile(T_FB_BORROWAPPLYMASTER borrowMaster, List<T_FB_BORROWAPPLYDETAIL> borrowDetail,ref string strMsg)
 {
     using (BorrowApplyMasterBLL borrowBLL = new BorrowApplyMasterBLL())
     {
         SMT.Foundation.Log.Tracer.Debug("调用了AddBorrowApplyMasterAndDetailForMobile");
         bool re;
         re = borrowBLL.AddBorrowApplyMasterAndDetailForMobile(borrowMaster, borrowDetail, ref strMsg);
         return re;
     }
 }