Photo rendberakása + EF migráció
This commit is contained in:
@@ -16,7 +16,7 @@ namespace WorkFlowCheck.Common.DTO
|
||||
public string Answer { get; set; } = null!;
|
||||
public bool? AnswerYes { get; set; } = null!;
|
||||
public bool? AnswerNo { get; set; } = null!;
|
||||
public byte[] Photo { get; set; } = null!;
|
||||
public byte[]? Photo { get; set; } = null!;
|
||||
public Guid GuidNumber { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user