Beispiel #1
0
 protected Repository(EmployeeStorageContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <TEntity>();
 }