Example #1
0
        public async Task DeleteAsync(string id)
        {
            var item = await GetAsync(id);

            _context.Delete(item);
        }