Ejemplo n.º 1
0
 public Repository(OrderDataContext context)
 {
     Context = context;
     Set     = context.Set <TEntity>();
 }