Beispiel #1
0
 public SetupDb(NoteDbContext ctx)
 {
     _context = ctx;
 }
Beispiel #2
0
 public NoteRepository(NoteDbContext ctx)
 {
     _context = ctx;
 }