using Yw.DAL.PostgreSql; namespace PBS.DAL.PostgreSql { /// /// 设施 /// public class ElecPrice : BaseDAL, IElecPrice { /// /// /// public override ConnectionConfig ConnectionConfig { get { return PBS.ConfigHelper.PostgreSqlConnectionConfig; } } } }