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; } } } }