コード例 #1
0
        public async Task <ActionResult> Delete(int id)
        {
            await _modeloService.DeleteModelo(id);

            return(NoContent());
        }