forked from MDCPS/DamageAssessment_Backend
Removed QuestionGroup from the Question model and from the db entity
This commit is contained in:
@ -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; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user