feat(service): add auth menu and order service templates

This commit is contained in:
2026-06-17 01:46:22 +03:30
parent 8b3a30f23b
commit 8c10f88862
3 changed files with 61 additions and 0 deletions
@@ -0,0 +1,12 @@
package dev.service;
public class MenuService {
public void showMenu() {
// TODO:
// Display menu items
}
}