Esempio n. 1
0
        public async Task <ActionResult> Delete(int id)
        {
            await _mealsService.DeleteAsync(id);

            return(NoContent());
        }