Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 227 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 227 Bytes

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.