feat(service): add auth menu and order service templates
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package dev.service;
|
||||
|
||||
public class MenuService {
|
||||
|
||||
public void showMenu() {
|
||||
|
||||
// TODO:
|
||||
// Display menu items
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user