private readonly DbContext _context; public Repository(DbContext context) { _context = context; dbset = context.Set<T>(); }
確定! 回上一頁