Ejemplo n.º 1
0
 public TournamentService(
     ThermoBetContext thermoBetContext,
     IConfigurationService configurationService)
 {
     _thermoBetContext          = thermoBetContext;
     this._configurationService = configurationService;
 }
Ejemplo n.º 2
0
 public UserService(
     ThermoBetContext thermoBetContext,
     IConfigurationService configurationService)
 {
     _thermoBetContext          = thermoBetContext;
     this._configurationService = configurationService;
 }
Ejemplo n.º 3
0
 public DashboardService(ThermoBetContext thermoBetContext)
 {
     _thermoBetContext = thermoBetContext;
 }
Ejemplo n.º 4
0
 public DataAdministrationService(ThermoBetContext thermoBetContext)
 {
     context = thermoBetContext;
 }
Ejemplo n.º 5
0
 public StatsService(ThermoBetContext thermoBetContext)
 {
     _thermoBetContext = thermoBetContext;
 }
Ejemplo n.º 6
0
 public ConfigurationService(ThermoBetContext thermoBetContext)
 {
     _thermoBetContext = thermoBetContext;
 }