added multi language support for doculink attachments

This commit is contained in:
Vijay Uppu
2023-11-30 18:51:14 -05:00
parent a407bfdf7b
commit 9f2655d596
6 changed files with 31 additions and 16 deletions

View File

@ -15,5 +15,6 @@ namespace DamageAssesment.Api.DocuLinks.Db
public string Path { get; set; }
public bool IsAttachments { get; set; }
public int CustomOrder { get; set; }
public string Language { get; set; }
}
}