Esempio n. 1
0
 public Repository(AWContext context)
 {
     this.context = context;
     dbSet        = context.Set <TEntity>();
 }