Removed QuestionGroup from the Question model and from the db entity

This commit is contained in:
uppuv
2023-08-22 17:05:51 -04:00
parent 4160c2300b
commit 9345ee2ca5
5 changed files with 18 additions and 22 deletions

View File

@ -17,7 +17,6 @@ namespace DamageAssesment.Api.Questions.Models
public bool Key { get; set; }
public int? SurveyId { get; set; }
public string QuestionGroup { get; set; }
public int CategoryId { get; set; }
// public int? Survey_SurveyID { get; set; }
}