예제 #1
0
 public Repository(adv_coursesEntities ctx)
 {
     _ctx = ctx;
     _set = _ctx.Set <TEntity>();
 }