Code2Gether-Discord/CRUDRecipeEF
Since menu belongs to a restaurant and must have one we dont need it in our dbset
开放
#73 创建于 2021年3月18日
good first issue
仓库指标
- 星标
- (0 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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