/ContosoPizza

ASP.NET Core web API complete CRUD implemented

Primary LanguageC#

ASP.NET Core web API running on .NET. The web API creates, reads, updates, and deletes pizzas from an in-memory cache.

The classes inherit from the ControllerBase class and that contain methods that respond to HTTP requests.