Update service namespace/directory structure

This commit is contained in:
Aaron Po
2026-02-09 23:13:22 -05:00
parent ff1ce15419
commit 656981003b
17 changed files with 161 additions and 163 deletions

View File

@@ -1,7 +1,10 @@
using Repository.Core.Repositories.Auth;
using Repository.Core.Repositories.UserAccount;
using Repository.Core.Sql;
using ServiceCore.Services;
using Service.Core.Auth;
using Service.Core.Jwt;
using Service.Core.Password;
using Service.Core.User;
var builder = WebApplication.CreateBuilder(args);