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