public List<T_FB_REPAYAPPLYDETAIL> GetRepayApplyDetailListByMasterID(string strRepayApplyMasterId) { List<T_FB_REPAYAPPLYDETAIL> entRds = new List<T_FB_REPAYAPPLYDETAIL>(); using(RepayApplyDetailBLL bllRepayApplyDetail = new RepayApplyDetailBLL()) { entRds = bllRepayApplyDetail.GetRepayApplyDetailByMasterID(strRepayApplyMasterId); return entRds; } }
public T_FB_REPAYAPPLYDETAIL GetRepayApplyDetailByID(string strRepayApplyDetailId) { T_FB_REPAYAPPLYDETAIL entRd = new T_FB_REPAYAPPLYDETAIL(); using(RepayApplyDetailBLL bllRepayApplyDetail = new RepayApplyDetailBLL()) { entRd = bllRepayApplyDetail.GetRepayApplyDetailByID(strRepayApplyDetailId); return entRd; } }
public List<T_FB_REPAYAPPLYDETAIL> GetRepayApplyDetailListByMultSearch(string strFilter, List<object> objArgs, string strSortKey, int pageIndex, int pageSize, ref int pageCount) { IList<T_FB_REPAYAPPLYDETAIL> entList = new List<T_FB_REPAYAPPLYDETAIL>(); using(RepayApplyDetailBLL bllRepayApplyDetail = new RepayApplyDetailBLL()) { entList = bllRepayApplyDetail.GetRepayApplyDetailRdListByMultSearch(strFilter, objArgs, strSortKey, pageIndex, pageSize, ref pageCount).ToList(); return entList.Count() > 0 ? entList.ToList() : null; } }
public List <T_FB_REPAYAPPLYDETAIL> GetRepayApplyDetailListByMasterID(string strRepayApplyMasterId) { List <T_FB_REPAYAPPLYDETAIL> entRds = new List <T_FB_REPAYAPPLYDETAIL>(); using (RepayApplyDetailBLL bllRepayApplyDetail = new RepayApplyDetailBLL()) { entRds = bllRepayApplyDetail.GetRepayApplyDetailByMasterID(strRepayApplyMasterId); return(entRds); } }
public T_FB_REPAYAPPLYDETAIL GetRepayApplyDetailByID(string strRepayApplyDetailId) { T_FB_REPAYAPPLYDETAIL entRd = new T_FB_REPAYAPPLYDETAIL(); using (RepayApplyDetailBLL bllRepayApplyDetail = new RepayApplyDetailBLL()) { entRd = bllRepayApplyDetail.GetRepayApplyDetailByID(strRepayApplyDetailId); return(entRd); } }
public List <T_FB_REPAYAPPLYDETAIL> GetRepayApplyDetailListByMultSearch(string strFilter, List <object> objArgs, string strSortKey, int pageIndex, int pageSize, ref int pageCount) { IList <T_FB_REPAYAPPLYDETAIL> entList = new List <T_FB_REPAYAPPLYDETAIL>(); using (RepayApplyDetailBLL bllRepayApplyDetail = new RepayApplyDetailBLL()) { entList = bllRepayApplyDetail.GetRepayApplyDetailRdListByMultSearch(strFilter, objArgs, strSortKey, pageIndex, pageSize, ref pageCount).ToList(); return(entList.Count() > 0 ? entList.ToList() : null); } }