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