var options = await dbContext.Options.ToListAsync();
//Machine to seed:
Machine machine = new(){
description="MyTestMachine",
options = { new(){ Machine = //how to reference machine here?,
Option= options[0], price=500M }}
}
var options = await dbContext.Options.ToListAsync();
//Machine to seed:
Machine machine = new(){
description="MyTestMachine",
options = { new(){ Machine = //how to reference machine here?,
Option= options[0], price=500M }}
}