forked from MDCPS/DamageAssessment_Backend
		
	added IsActive flag in doculinks request
This commit is contained in:
		| @ -8,6 +8,7 @@ namespace DamageAssesment.Api.Attachments.Interfaces | ||||
|         List<Models.Attachment> UploadAttachment(int responseId, int counter, List<AnswerInfo> answers); | ||||
|         public List<Models.Attachment> UpdateAttachments(int responseId, List<AnswerInfo> answers, IEnumerable<Models.Attachment> attachments); | ||||
|         Task<byte[]> DownloadFile(string path); | ||||
|         Task<string> GetFile(string path); | ||||
|         void Deletefile(string path); | ||||
|         void Movefile(string path); | ||||
|     } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user