Exemplo n.º 1
0
        public int GetRentProductApplyCount(int RentID)
        {
            RentLogBll logBll = new RentLogBll();

            return(logBll.GetLogCount(RentID));
        }