using MotoresArgentinosV2.Core.DTOs; namespace MotoresArgentinosV2.Core.Interfaces; public interface IAdSyncService { Task SyncAdToLegacyAsync(int adId); }