public NotesController(NoteManagerContext context)
 {
     _context = context;
 }
예제 #2
0
 public NoteRepositor(NoteManagerContext context)
 {
     _context = context;
 }