Example #1
0
 public void UptBorrowApplyMasterAndDetail(string strActionType, T_FB_BORROWAPPLYMASTER borrowMaster,
                                           List <T_FB_BORROWAPPLYDETAIL> borrowDetails, ref string strMsg)
 {
     using (BorrowApplyMasterBLL borrowBLL = new BorrowApplyMasterBLL())
     {
         borrowBLL.UptBorrowApplyMasterAndDetail(strActionType, borrowMaster, borrowDetails, ref strMsg);
     }
 }
Example #2
0
 public void UptBorrowApplyMasterAndDetail(string strActionType, T_FB_BORROWAPPLYMASTER borrowMaster, 
     List<T_FB_BORROWAPPLYDETAIL> borrowDetails, ref string strMsg)
 {
     using(BorrowApplyMasterBLL borrowBLL = new BorrowApplyMasterBLL())
     {
         borrowBLL.UptBorrowApplyMasterAndDetail(strActionType, borrowMaster, borrowDetails, ref strMsg);
     }
 }