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