Which of the following properites need to be added to your database context DbContext) to persist ToDo models in your da
Posted: Mon May 09, 2022 7:09 am
Which of the following properites need to be added to your database context DbContext) to persist ToDo models in your database? (6pt) O private DbSet< ToDo> ToDoltems { get; set; } O public DbSet<ToDo> ToDoltems { get; set; } public DbContext ToDo { get; set; } O public DbContext<To Do> ToDoltems { get; set; }