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