Exemplo n.º 1
0
 public GenericRepository(CalendrierESGIEntities context)
 {
     this.context = context;
     this.dbset   = context.Set <TEntity>();
 }