public virtual EntityEntry<TEntity> Add(TEntity entity); ... To create new entities into the repository, call DbSet<T>.Add or DbSet<T>.
確定! 回上一頁