Exemplo n.º 1
0
    public async Task <IActionResult> DeleteAsync(int id)
    {
        await _challengeService.DeleteAsync(id);

        return(NoContent());
    }