Пример #1
0
        public List <T_ProductComment> GetCommentByPId(int PId)
        {
            ProductDal productdal = new ProductDal();

            return(productdal.GetCommentByPId(PId));
        }