forked from MDCPS/DamageAssessment_Backend
		
	added IsActive flag in doculinks request
This commit is contained in:
		| @ -7,6 +7,7 @@ namespace DamageAssesment.Api.DocuLinks.Models | ||||
|         public int Id { get; set; } | ||||
|         public int linkTypeId { get; set; } | ||||
|         public List<DoculinkTranslation> documentsTranslations { get; set; } | ||||
|         public bool IsActive { get; set; } | ||||
|         public int CustomOrder { get; set; } | ||||
|         public List<FileModel>? Files { get; set; } | ||||
|     } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user