Removed old architecture. Added new base project structure
This commit is contained in:
8
Moonlight.ApiServer/Database/CoreDataContext.cs
Normal file
8
Moonlight.ApiServer/Database/CoreDataContext.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Moonlight.ApiServer.Helpers;
|
||||
|
||||
namespace Moonlight.ApiServer.Database;
|
||||
|
||||
public class CoreDataContext : DatabaseContext
|
||||
{
|
||||
public override string Prefix { get; } = "Core";
|
||||
}
|
||||
Reference in New Issue
Block a user