Exemplo n.º 1
0
        public async Task <ActionResult> DeleteById(int detailId)
        {
            await _detailService.DeleteById(detailId);

            return(View());
        }