Example #1
0
        public Task <Good> GetGoodInfoById(int id)
        {
            var good = _service.ShowGoodInfo(id);

            return(good);
        }