Compare commits
No commits in common. "723531d0a41d0eeaaf532e33bbec74aab12abb0b" and "5b0dfa8d7a9c85146f034aa1208c5ce06a2bdf2f" have entirely different histories.
723531d0a4
...
5b0dfa8d7a
|
|
@ -1985,7 +1985,6 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
|
||||
public class QCQuestionAnswer
|
||||
{
|
||||
public Guid? AnswerId { get; set; }
|
||||
public Guid Id { get; set; }
|
||||
public string QuestionName { get; set; } = String.Empty;
|
||||
public bool IsRequired { get; set; }
|
||||
|
|
|
|||
|
|
@ -519,7 +519,6 @@ namespace IRaCIS.Core.Application.Image.QA
|
|||
from leftanswer in answertemp.DefaultIfEmpty()
|
||||
select new QCQuestionAnswer()
|
||||
{
|
||||
AnswerId= leftanswer.Id,
|
||||
Answer = leftanswer.Answer,
|
||||
ShowOrder = data.ShowOrder,
|
||||
QuestionName = data.QuestionName,
|
||||
|
|
|
|||
Loading…
Reference in New Issue