public MarketsCreator(GuerillaTraderDbContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public DefaultLanguagesCreator(GuerillaTraderDbContext context)
 {
     _context = context;
 }
 public DefaultTenantCreator(GuerillaTraderDbContext context)
 {
     _context = context;
 }
 public SectorsCreator(GuerillaTraderDbContext context)
 {
     _context = context;
 }
 public TenantRoleAndUserBuilder(GuerillaTraderDbContext context, int tenantId)
 {
     _context  = context;
     _tenantId = tenantId;
 }
Exemplo n.º 6
0
 public DefaultSettingsCreator(GuerillaTraderDbContext context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public TradingDirectivesCreator(GuerillaTraderDbContext context)
 {
     _context = context;
 }
Exemplo n.º 8
0
 public InitialHostDbBuilder(GuerillaTraderDbContext context)
 {
     _context = context;
 }
 public DefaultEditionsCreator(GuerillaTraderDbContext context)
 {
     _context = context;
 }
 public HostRoleAndUserCreator(GuerillaTraderDbContext context)
 {
     _context = context;
 }