public RateRepository(RatePlayContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public CountriesRepository(RatePlayContext context)
 {
     _context = context;
 }
 public LoginRepository(RatePlayContext context, IOptions <AppSettings> appSettings)
 {
     _appSettings = appSettings.Value;
     _context     = context;
 }
Beispiel #4
0
 public ActivityRepository(RatePlayContext context)
 {
     _context = context;
 }