namespace Admin.Core.Common
{
    public static class MainDb
    {
        public static string CurrentDbConnId = "1";
    }
}