Ejemplo n.º 1
0
 public EFBookRepository()
 {
     _bookeraContext = new BookeraEntities();
 }
Ejemplo n.º 2
0
 public EFUnitOfWork(BookeraEntities bookeraContext)
 {
     _bookeraContext = bookeraContext;
 }