Beispiel #1
0
 public ObservationRepository(NaproKartaDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public CycleRepository(NaproKartaDbContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public ApplicationUserRepository(NaproKartaDbContext context)
 {
     _context = context;
 }