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