コード例 #1
0
ファイル: ProductBll.cs プロジェクト: shaojixing/MakaCake
        public List <T_ProductComment> GetCommentByPId(int PId)
        {
            ProductDal productdal = new ProductDal();

            return(productdal.GetCommentByPId(PId));
        }