Code2Gether-Discord/CRUDRecipeEF
Since menu belongs to a restaurant and must have one we dont need it in our dbset
Aberta
#73 aberto em 18 de mar. de 2021
good first issue
Métricas do repositório
- Stars
- (0 estrela)
- Métricas de merge de PR
- (Métricas PR pendentes)
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