using TIAM.Entities.TransferDestinations; using TIAMWebApp.Shared.Application.Models; namespace TIAMWebApp.Shared.Application.Interfaces { public interface ITransferDataService { Task GetDestinationsAsync(); } }