using DamageAssesment.Api.SurveyResponses.Models;
namespace DamageAssesment.Api.SurveyResponses.Interfaces
{
public interface IRegionServiceProvider
Task<List<Region>> getRegionsAsync(string token);
}