public UrfIdentityRepository(
     IUrfIdentityDataContextAsync context,
     IUrfIdentityUnitOfWorkAsync unitOfWork)
     : base(context, unitOfWork)
 {
 }
 public UrfIdentityUnitOfWork(IUrfIdentityDataContextAsync dataContextAsync)
     : base(dataContextAsync)
 {
 }
Exemple #3
0
 public ApplicationUserStore(IUrfIdentityDataContextAsync context)
     : base(context as DbContext)
 {
 }
Exemple #4
0
 public UrfIdentityUnitOfWork(IUrfIdentityDataContextAsync dataContextAsync)
     : base(dataContextAsync)
 {
 }