コード例 #1
0
ファイル: GenericRepository.cs プロジェクト: bodik16/Task5
 public GenericRepository(DriverContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <TEntity>();
 }