using MotoresArgentinosV2.Core.DTOs; namespace MotoresArgentinosV2.Core.Interfaces; public interface IUsuariosLegacyService { Task ObtenerParticularPorUsuarioAsync(string nombreUsuario); Task ObtenerAgenciaPorUsuarioAsync(string nombreUsuario); }