Ejemplo n.º 1
0
        public List <T_FB_CHARGEAPPLYREPAYDETAIL> GetChargeApplyRepayDetailByMasterID(string strChargeApplyMasterId)
        {
            List <T_FB_CHARGEAPPLYREPAYDETAIL> entRdlist = new List <T_FB_CHARGEAPPLYREPAYDETAIL>();

            using (ChargeApplyRepayDetailBLL bllChargeRepayApplyDetail = new ChargeApplyRepayDetailBLL())
            {
                entRdlist = bllChargeRepayApplyDetail.GetChargeApplyRepayDetailByMasterID(strChargeApplyMasterId);
                return(entRdlist);
            }
        }
Ejemplo n.º 2
0
 public List<T_FB_CHARGEAPPLYREPAYDETAIL> GetChargeApplyRepayDetailByMasterID(string strChargeApplyMasterId)
 {
     List<T_FB_CHARGEAPPLYREPAYDETAIL> entRdlist = new List<T_FB_CHARGEAPPLYREPAYDETAIL>();
     using (ChargeApplyRepayDetailBLL bllChargeRepayApplyDetail = new ChargeApplyRepayDetailBLL())
     {
         entRdlist = bllChargeRepayApplyDetail.GetChargeApplyRepayDetailByMasterID(strChargeApplyMasterId);
         return entRdlist;
     }
 }