Exemplo n.º 1
0
 public StorageBroker(DbContextOptions options, IInfrastructureUser infrastructureUser) : base(options, infrastructureUser)
 {
 }
Exemplo n.º 2
0
 protected DbContextBase(DbContextOptions options, IInfrastructureUser infrastructureUser) : base(options)
 {
     _infrastructureUser = infrastructureUser;
 }
Exemplo n.º 3
0
 public SeedContext(DbContextOptions options, IInfrastructureUser infrastructureUser) : base(options, infrastructureUser)
 {
 }