using Yw.DAL.PostgreSql; namespace HStation.DAL.PostgreSql { /// /// /// public class AssetsBluntheadCoefficient : BaseDAL, IAssetsBluntheadCoefficient { /// /// /// public override ConnectionConfig ConnectionConfig { get { return Assets.ConfigHelper.PostgreSqlConnectionConfig; } } } }