Test Reportes con Razor y Puppeteer
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 28m23s
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 28m23s
This commit is contained in:
@@ -15,6 +15,7 @@ using GestionIntegral.Api.Data.Repositories.Usuarios;
|
||||
using Microsoft.OpenApi.Models;
|
||||
using GestionIntegral.Api.Data.Repositories.Reportes;
|
||||
using GestionIntegral.Api.Services.Reportes;
|
||||
using GestionIntegral.Api.Services.Pdf;
|
||||
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
|
||||
@@ -92,6 +93,8 @@ builder.Services.AddScoped<ISaldoService, SaldoService>();
|
||||
builder.Services.AddScoped<IReportesRepository, ReportesRepository>();
|
||||
// Servicios de Reportes
|
||||
builder.Services.AddScoped<IReportesService, ReportesService>();
|
||||
// Servicio de PDF
|
||||
builder.Services.AddScoped<IPdfGeneratorService, PuppeteerPdfGenerator>();
|
||||
|
||||
// --- Configuración de Autenticación JWT ---
|
||||
var jwtSettings = builder.Configuration.GetSection("Jwt");
|
||||
|
||||
Reference in New Issue
Block a user