tijian_tieying/web/dccdc.BLL/sqwzbxmxBll.cs

19 lines
422 B
C#
Raw Normal View History

2025-02-20 12:14:39 +08:00
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<Models.sqwzbxmxModel> GetListByParent(string id)
{
//throw new NotImplementedException();
return Dal.GetListByParent(id);
}
}
}