forked from MDCPS/DamageAssessment_Backend
		
	Merge branch 'dev' into Database-Integration
This commit is contained in:
		| @ -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; } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user