コード例 #1
0
 public List <GoodsMOD> ById(int id)
 {
     return(gd.ById(id));
 }