Files
rm-ventas/services-externos/ServicesExternos.slnx
T
Nurfog c43dbcce8b feat: fase 2 - services externos (dte, transbank, email)
- New solution ServicesExternos.slnx with standalone API project
- DteService + DteController (LibreDTE: emitir, generar PDF, consultar folio)
- TransbankService + TransbankController (crear transacción, confirmar, voucher SP)
- EmailService + EmailController (MailKit: send with HTML + attachments)
- Models for DTE, Transbank, Email requests/responses
- Dockerfile + appsettings.json with all service configs
- HttpClient factory for Transbank and LibreDTE
- Build: 0 errors
2026-07-08 10:33:21 -04:00

6 lines
135 B
XML

<Solution>
<Folder Name="/src/">
<Project Path="src/ServicesExternos.API/ServicesExternos.API.csproj" />
</Folder>
</Solution>