コード例 #1
0
ファイル: Product_BLL.cs プロジェクト: hello-jim/YunXiu
 public List <Product> GetProductByStore(int storeID)
 {
     return(dal.GetProductByStore(storeID));
 }