duheng
2024-11-29 5c14c9686d2bd7c99fdd6cc6fc19404e6e4b8e4d
Service/Yw.Service.Division.Core/04-dal/03-sqlite/Division.cs
@@ -1,6 +1,4 @@
using Yw.DAL.SQLite;
namespace Yw.DAL.SQLite
namespace Yw.DAL.SQLite
{
    /// <summary>
    ///
@@ -12,7 +10,7 @@
        /// </summary>
        public override ConnectionConfig ConnectionConfig
        {
            get { return Yw.Division.ConfigHelper.SQLiteConnectionConfig; }
            get { return Yw.Model.ConfigHelper.SQLiteConnectionConfig; }
        }
    }
}