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