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

@ -21,7 +21,7 @@ namespace DamageAssesment.Api.Attachments.Providers
this.logger = logger;
this.mapper = mapper;
this.uploadservice = uploadservice;
SeedData();
// SeedData();
}
public async Task<(bool IsSuccess, IEnumerable<Models.Attachment> Attachments, string ErrorMessage)> GetAttachmentsAsync()
{