コード例 #1
0
 public RepositoryBase(DiningRoomMenuDbContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <TEntity>();
 }