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