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