コード例 #1
0
 public IEnumerable <good> GetGoods()
 {
     return(_context.getAllGoods().ToList());
 }