Exemple #1
0
 static function getCountInvoice()
 {
     $count = Invoice::count();
     return $count;
 }