using FileShare_Services.Core; namespace FileShare_Services.Services.QrCode { public interface IQrCodeService { Task GenerateQrCodeAsync(ServiceEndpointContext ctx); } }