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