コード例 #1
0
 public StudentRepository(UrlContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public GenericRepository(UrlContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <TEntity>();
 }