Esempio n. 1
0
 public NoteRepository(NoteContext noteContext)
 {
     _noteContext = noteContext;
 }
Esempio n. 2
0
 public NoteRepository(NoteContext _context)
 {
     context = _context;
 }