Esempio n. 1
0
        public async Task Create(Category category)
        {
            var categories = await _fakeDB.CategoriesAsync();

            categories.Add(category);
        }