Update API to follow REST

This commit is contained in:
2025-07-15 21:06:16 -07:00
parent 59944e5a66
commit 9e13317ca3
7 changed files with 95 additions and 112 deletions
@@ -1,8 +1,6 @@
using BoredCareers.Entities;
using MySql.Data.MySqlClient;
// TODO: Fix Data type mangling. Such As DateTime
namespace BoredCareers.Services.DatabaseService {
public partial class DatabaseService {