Exemplo n.º 1
0
 public EfCoreNotebookRepository(NoteSystemDbContext noteSystemDbContext)
 {
     _noteSystemDbContext = noteSystemDbContext;
 }
Exemplo n.º 2
0
 public EfCoreNotebookRepository(DbContextOptions contextOptions)
 {
     _noteSystemDbContext = new NoteSystemDbContext(contextOptions);
 }