Beispiel #1
0
 public async Task <GoodsDTO> GetGoods(string id)
 {
     return(await _goodsAppService.GetGoods(id));
 }