added muilti language return format for question categories for question by survey

This commit is contained in:
uppuv
2023-10-13 13:21:33 -04:00
parent 26e79432e2
commit cb3c7f8f6a
9 changed files with 2 additions and 56 deletions

View File

@ -5,6 +5,7 @@
public int CategoryId { get; set; }
public string IconName { get; set; }
public string IconLibrary { get; set; }
public object CategoryNames { get; set; }
public List<MultiLanguage> QuestionsText { get; set; }
}
}