Beispiel #1
0
 public function fetchAllInvoiceTypes()
 {
     $invoice_types = ConcreteServiceConfig::getInvoiceTypeServiceConfig($this);
     return $invoice_types->fetchAll();
 }