Seed data commented for Attachments and SurveyResponse

This commit is contained in:
Santhosh S
2023-09-04 22:04:58 -04:00
parent cc4b58d072
commit 4d6ae0f0f8
4 changed files with 9 additions and 8 deletions

View File

@ -13,5 +13,6 @@ namespace DamageAssesment.Api.Attachments.Interfaces
Task<(bool IsSuccess, int counter, string Path)> DeleteBulkAttachmentsAsync(int responseId, List<int> answerIds);
Task<(bool IsSuccess, int counter, string message)> GetAttachmentCounter();
Task<(bool IsSuccess, IEnumerable<Models.Attachment> Attachments, string ErrorMessage)> GetAttachmentInfo(List<AnswerInfo> answers);
}
}