Exemplo n.º 1
0
 public ResourceService(IdentityHostDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Exemplo n.º 2
0
 public AccessLogService(IdentityHostDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Exemplo n.º 3
0
 public UserService(IdentityHostDbContext dbContext)
 {
     this.dbContext = dbContext;
 }