using Yw.DAL.PostgreSql; namespace HStation.DAL.PostgreSql { /// /// /// public class AssetsBluntheadFactor : BaseDAL_Sorter, IAssetsBluntheadFactor { /// /// /// public override ConnectionConfig ConnectionConfig { get { return Assets.ConfigHelper.PostgreSqlConnectionConfig; } } } }