using Application.DTOs.MapDTOs; namespace Application.Abstractions.Interfaces { public interface IMapService { Task GetMapDataAsync(int? userId = null); } }