示例#1
0
 public EFUnitOfWork(BookeraEntities bookeraContext)
 {
     _bookeraContext = bookeraContext;
 }
示例#2
0
 public EFBookRepository()
 {
     _bookeraContext = new BookeraEntities();
 }