Files
api_arrahn/app/Services/TawarruqServices.php
T
2023-12-12 10:29:30 +08:00

17 lines
194 B
PHP

<?php
namespace App\Services;
use App\KadarUpah;
class TawarruqServices
{
protected $maks_margin = 80;
protected $one_percent = 1;
private function getCalculation(){
}
}