예제 #1
0
 public NoteRepository(StickyNotesDatabaseContext context)
 {
     _context = context;
 }