Example #1
0
 public IEnumerable <string> GetMyGood(string goodName)
 {
     return(_context.getGoodsShop(goodName));
 }