Профиль хирургии
This commit is contained in:
9
app/Contracts/MetricCalculatorInterface.php
Normal file
9
app/Contracts/MetricCalculatorInterface.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Contracts;
|
||||
|
||||
interface MetricCalculatorInterface
|
||||
{
|
||||
public function calculate(array $departmentIds, string $startDate, string $endDate): array;
|
||||
public function getMetricId(): int;
|
||||
}
|
||||
Reference in New Issue
Block a user