示例#1
0
        public IHttpActionResult Delete(int id)
        {
            _pcService = new PCGameService();
            _pcService.DeleteGame(id);

            return(Ok());
        }