8 lines
194 B
C#
8 lines
194 B
C#
using Moonlight.ApiServer.App.Helpers.Database;
|
|
|
|
namespace MoonlightServers.ApiServer.Database;
|
|
|
|
public class ServersContext : DatabaseContext
|
|
{
|
|
public override string Prefix => "Servers";
|
|
} |