using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace dccdc.BLL { public class sqwzbxmxBll { DAL.sqwzbxmxDal Dal = new DAL.sqwzbxmxDal(); public List GetListByParent(string id) { //throw new NotImplementedException(); return Dal.GetListByParent(id); } } }