Beispiel #1
0
        public IList <Hashtable> GetItemByIdKey(string id_key)
        {
            SAC.Helper.DateHelper helper = new SAC.Helper.DateHelper();

            return(helper.DataTableToList(Device.ReadItemByIdKey(id_key)));
        }
Beispiel #2
0
        public IList<Hashtable> GetItemByIdKey(string id_key)
        {
            SAC.Helper.DateHelper helper = new SAC.Helper.DateHelper();

            return helper.DataTableToList(Device.ReadItemByIdKey(id_key));
        }