public Dictionary <ulong, EtyEntity> GetDataPointByDNPkey(ulong pkey) { EntityDAO dao = new EntityDAO(); // bool checkLoc = !(LocationKeyHelper.GetInstance().IsOCC); // ulong locKey = LocationKeyHelper.GetInstance().LocationKey; return(dao.GetDataPointByDNPkey(pkey)); }
public void TestGetDataPointByDNPkey() { ulong pkey = 171005941; entityDAO.GetDataPointByDNPkey(pkey); }