Beispiel #1
0
        public IActionResult DeleteAll()
        {
            _gameRegistry.Clear();

            return(NoContent());
        }