using Yw.DAL.SQLite;
namespace HStation.DAL.SQLite
{
///
///
///
public class AssetsBluntheadMain : BaseDAL_Paras_Flags_TagName_Sorter, IAssetsBluntheadMain
{
///
///
///
public override ConnectionConfig ConnectionConfig
{
get { return Assets.ConfigHelper.SQLiteConnectionConfig; }
}
}
}