コード例 #1
0
ファイル: GoodInfoBLL.cs プロジェクト: wryip/diyiban
 public List <GoodInfo> Getlist(GoodInfo gd)
 {
     return(gddal.Getlist(gd));
 }