Exemple #1
0
 public RepositoryWrapper(AppDbContext appDbContext, IdentityDbContext identityDbContext)
 {
     AppDbContext      = appDbContext;
     IdentityDbContext = identityDbContext;
 }
 public UserRepository(IdentityDbContext DbContext) : base(DbContext)
 {
 }
 public IdentityRepositoryBase(IdentityDbContext identityDbContext)
 {
     IdentityDbContext = identityDbContext;
 }