feat: implement database-driven Common Code system for admin comboboxes
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m48s

This commit is contained in:
2026-06-30 22:24:04 +09:00
parent 03809bbf26
commit 967a784d6e
11 changed files with 262 additions and 12 deletions
@@ -27,6 +27,7 @@ public static class DependencyInjection
services.AddScoped<RevenueTrackingService>();
services.AddScoped<TelegramReportService>();
services.AddScoped<PortalUserService>();
services.AddScoped<CommonCodeService>();
return services;
}
}