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