Code2Gether-Discord/CRUDRecipeEF

Since menu belongs to a restaurant and must have one we dont need it in our dbset

Offen

#73 geöffnet am 18.03.2021

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (0 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (0 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Since a menu wont need its own endpoint, instead our restaurant controller can use the menu service so we can instead since we still want the table to be pluralized inside sqlite write [Table("Menus")] on top of the menu class

Contributor Guide