deletions update
This commit is contained in:
parent
6f8ef78577
commit
7bbcd07c39
10 changed files with 71 additions and 22 deletions
|
|
@ -7,12 +7,14 @@ namespace SurveyLib.Infrastructure.EFCore.Data;
|
|||
public class SurveyDbContext : DbContext
|
||||
{
|
||||
public DbSet<Survey> Surveys { get; set; }
|
||||
|
||||
|
||||
public DbSet<QuestionBase> Questions { get; set; }
|
||||
public DbSet<SingleAnswerQuestion> SingleAnswerQuestions { get; set; }
|
||||
public DbSet<MultipleAnswerQuestion> MultipleAnswerQuestions { get; set; }
|
||||
public DbSet<TextQuestion> TextQuestions { get; set; }
|
||||
|
||||
|
||||
public DbSet<AnswerVariant> AnswerVariants { get; set; }
|
||||
|
||||
public DbSet<Completion> Completions { get; set; }
|
||||
public DbSet<Answer> Answers { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue