Example #1
0
 public NoteRepository(EF.NoteContext context)
     : base(context)
 {
 }
Example #2
0
 public UnitOfWork()
 {
     db = new EF.NoteContext();
 }