13 lines
243 B

4 months ago
using System;
using System.Collections.Generic;
using System.Text;
namespace ReZero.SuperAPI
{
internal class DataBaseInitializerProvider
{
public const long Id = 1;
public const string UserName = "Admin";
}
}