feat: complete all 17 questpdf crystal report migrations
- Anexo, ContratoBlack, Presupuesto reports (ReportService) - CAEMP (ContratoAbiertoSinSence), CAEMPSNC (ContratoAbiertoConSence) - CC_EMPCSD (ContratoCerradoConDescuento), PropuestaComercial - All endpoints added to ReportController + EmpresaReportController - Fase 1 now 100% complete: 21 controllers, 8 services, 7 repos, 17 reports
This commit is contained in:
@@ -45,7 +45,8 @@ builder.Services.AddScoped<AlumnoService>(sp =>
|
||||
builder.Services.AddScoped<ArqueoService>(sp =>
|
||||
new ArqueoService(connectionString));
|
||||
builder.Services.AddScoped<InformeService>();
|
||||
builder.Services.AddScoped<ReportService>();
|
||||
builder.Services.AddScoped<ReportService>(sp =>
|
||||
new ReportService(sp.GetRequiredService<ContratoService>(), sp.GetRequiredService<CotizacionService>(), connectionString));
|
||||
builder.Services.AddScoped<EmpresaReportService>(sp =>
|
||||
new EmpresaReportService(sp.GetRequiredService<IInformeRepository>(), connectionString));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user