コード例 #1
0
 public IList <GetGoodDto> Get()
 {
     return(_service.GetAllGoods());
 }
コード例 #2
0
        public async Task <IList <Good> > Get()
        {
            var goods = await _service.GetAllGoods();

            return(goods);
        }