using Yw.DAL.SQLite; namespace HStation.DAL.SQLite { /// /// /// public class AssetsPackageMainAndPartMapping : BaseDAL, IAssetsPackageMainAndPartMapping { /// /// /// public override ConnectionConfig ConnectionConfig { get { return Assets.ConfigHelper.SQLiteConnectionConfig; } } } }