csharpfritz / BlazingPizzaWorkshop

The Blazing Pizza Workshop, updated for .NET 8
MIT License
37 stars 19 forks source link

01-HomeScreen.md - Missing instructions about PlaceOrder method in interface and all implementations #14

Closed panjkov closed 1 month ago

panjkov commented 1 month ago

Instructions are incomplete - without adding PlaceOrder method signature in interface and implementation the project will not build at the end of Module 1.

This is fixed in PR #13