Code2Gether-Discord/CRUDRecipeEF
Since menu belongs to a restaurant and must have one we dont need it in our dbset
オープン
#73 opened on 2021/03/18
good first issue
Repository metrics
- Stars
- (0 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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