Alloheim/Invoicing/CustomInvoiceFactory.cs - Kommentar gelöscht

This commit is contained in:
2024-02-01 10:35:45 +01:00
parent 14446d7bc3
commit dc03c3877e

View File

@@ -35,12 +35,5 @@ namespace Alloheim.Invoicing
}
return null;
}
// das war inhaltlich daneben, die wollten zwar je eine Rechnung pro Leistungskategorie, aber es ging um Assistenz und FLS -> alles ganz klassisch
// public override InvoiceCreation CreateInvoiceCreator(string specificId, string tenant, Dictionary<CompactSupportConceptDC, List<ServiceRecordDC>> supportConcepts2ServiceRecords)
//{
// return new CustomInvoiceCreation();
//}
}
}