Beispiel #1
0
 public Repository(DispatcherContext context)
 {
     Context  = context;
     entities = Context.Set <TEntity>();
 }