using QRRapidoApp.Models.DTOs; using QRRapidoApp.Models.ViewModels; namespace QRRapidoApp.Services { public interface IQRBusinessManager { Task ProcessGenerationAsync(QRGenerationRequest request, UserRequesterContext context); } }