using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Threading.Tasks;
using shop_car_Model;
namespace Shop_Car_DAL
{
public class DAseDAL<T> where T :class
{
CarContent cardb = new CarContent();
/// <summary>
/// IQueryable 延迟加载集合,调用时才会才会去加载内存。
EF泛型基类封装查询,添加,修改,删除
最新推荐文章于 2021-04-19 21:32:48 发布