5e92207778f13cb978cc1053d5abb34083670e3f
Refactored and streamlined the handling of financial transactions, invoices, and installment logic in `InstitutionContractApplication` and `InstitutionContractRepository`. Removed redundant code and consolidated logic for creating financial transactions and invoices into a reusable structure. - Delegated financial transaction and invoice creation to the application layer. - Simplified installment handling by directly managing installment lists. - Introduced modular logic for handling installment and full payment scenarios. - Replaced redundant `FinancialInvoice` and `FinancialInvoiceItem` creation in the repository layer. - Added logic to retrieve `financialStatement` from the repository when available. - Improved consistency in handling `invoiceAmount` across payment-related operations. - Removed unused code for unpaid invoice retrieval and associated logic. - Added support for creating `CreateContactInfo` objects for institution contracts. These changes improve code maintainability, readability, and modularity by reducing duplication and ensuring responsibilities are handled at the appropriate layers.
feat: add SignalR integration for Face Embedding with client implementation and notification service
Description
No description provided
Languages
C#
32.1%
JavaScript
31.7%
HTML
28.1%
CSS
7.7%
AngelScript
0.2%
Other
0.1%