예제 #1
0
 public EfCoreNotebookRepository(NoteSystemDbContext noteSystemDbContext)
 {
     _noteSystemDbContext = noteSystemDbContext;
 }
예제 #2
0
 public EfCoreNotebookRepository(DbContextOptions contextOptions)
 {
     _noteSystemDbContext = new NoteSystemDbContext(contextOptions);
 }