namespace Yw.DAL.SQLite { /// /// /// public class Part : BaseDAL_Paras_Flags_TagName_Sorter, IPart { /// /// /// public override ConnectionConfig ConnectionConfig { get { return Yw.Model.ConfigHelper.SQLiteConnectionConfig; } } } }