Merge pull request #6589 from abpframework/maliming/EfCoreRepository-4.x

Make GuidGenerator in EfCoreRepository public.
pull/6601/head
Halil İbrahim Kalkan 4 years ago committed by GitHub
commit eed65fdd50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,7 +30,7 @@ namespace Volo.Abp.Domain.Repositories.EntityFrameworkCore
private readonly IDbContextProvider<TDbContext> _dbContextProvider;
private readonly Lazy<AbpEntityOptions<TEntity>> _entityOptionsLazy;
protected virtual IGuidGenerator GuidGenerator { get; set; }
public virtual IGuidGenerator GuidGenerator { get; set; }
public EfCoreRepository(IDbContextProvider<TDbContext> dbContextProvider)
{

Loading…
Cancel
Save