added multi language support for doculink attachments

This commit is contained in:
Vijay Uppu
2023-11-30 19:24:07 -05:00
parent a2b6e078e2
commit 101ed7ee04
6 changed files with 32 additions and 17 deletions

View File

@ -14,5 +14,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; }
}
}