Exemplo n.º 1
0
        public List <bq_Part> GetAllChild()
        {
            var result = db.qz_Part_GetAllChilds().ToList();

            return(result);
        }