Ejemplo n.º 1
0
 public Repository(EFDbContext context)
 {
     Context      = context;
     shareContext = true;
 }
Ejemplo n.º 2
0
 public DALUnitOfWork()
 {
     dbContext = new EFDbContext();
 }
Ejemplo n.º 3
0
 public Repository()
 {
     Context = new EFDbContext();
 }