Exemplo n.º 1
0
 public GenericRepository(EventsoEntities context)
 {
     this.context = context;
     this.dbSet   = context.Set <T>();
 }
Exemplo n.º 2
0
 public UnitOfWork()
 {
     context = new EventsoEntities();
 }