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