Merge branch 'dev' into Database-Integration

This commit is contained in:
uppuv
2023-09-13 16:52:43 -04:00
9 changed files with 189 additions and 168 deletions

View File

@ -9,6 +9,7 @@ namespace DamageAssesment.Api.Documents.Db
public int Id { get; set; }
[ForeignKey("LinkType")]
public int linkTypeId { get; set; }
public LinkType? LinkType { get; set; }
public string docName { get; set; }
public string url { get; set; }