using Yw.DAL.PostgreSql;
namespace PBS.DAL.WE.PostgreSql
{
///
/// 用水器具映射
///
public class UtensilMapping : BaseDAL_Sorter, IUtensilMapping
{
///
///
///
public override ConnectionConfig ConnectionConfig
{
get { return HStation.WE.ConfigHelper.PostgreSqlConnectionConfig; }
}
}
}