Exemple #1
0
        public List <GetDeviceCategory_Result> GetDeviceCategory(string keyword, int limit, int offset)
        {
            db = new Hartama_IOTEntities();
            var res = db.GetDeviceCategory(offset, limit, keyword).ToList();

            return(res);
        }