Code2Gether-Discord/CRUDRecipeEF

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

Open

#73 opened on Mar 18, 2021

 (0 comments) (0 reactions) (0 assignees)C# (0 forks)auto 404
good first issue

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

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