Beispiel #1
0
 public BetTypeDataManager(HollywoodbetsDBContext hollywoodbetsDBContext)
 {
     _hollywoodbetsDBContext = hollywoodbetsDBContext;
 }
Beispiel #2
0
 public TournamentDataManager(HollywoodbetsDBContext hollywoodbetsDBContext)
 {
     _hollywoodbetsDBContext = hollywoodbetsDBContext;
 }
Beispiel #3
0
 public MarketDataManager(HollywoodbetsDBContext hollywoodbetsDBContext)
 {
     _hollywoodbetsDBContext = hollywoodbetsDBContext;
 }
Beispiel #4
0
 public OddsDataManager(HollywoodbetsDBContext hollywoodbetsDBContext)
 {
     _hollywoodbetsDBContext = hollywoodbetsDBContext;
 }
Beispiel #5
0
 public CountryDataManager(HollywoodbetsDBContext hollywoodbetsDBContext)
 {
     _hollywoodbetsDBContext = hollywoodbetsDBContext;
 }
Beispiel #6
0
 public EventMarketType(HollywoodbetsDBContext hollywoodbetsDBContext)
 {
     _hollywoodbetsDBContext = hollywoodbetsDBContext;
 }
Beispiel #7
0
 public BettyepeMarketsDataManager(HollywoodbetsDBContext hollywoodbetsDBContext)
 {
     _hollywoodbetsDBContext = hollywoodbetsDBContext;
 }