Ejemplo n.º 1
0
 public UserRepository(CampingParkDbContext context, IOptions <AppSettings> appSettings)
 {
     _context     = context;
     _appSettings = appSettings.Value;
 }
Ejemplo n.º 2
0
 public CampingParkRepository(CampingParkDbContext context)
 {
     _context = context;
 }