Перевод на DDD
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\ReportDuty\Contracts;
|
||||
|
||||
use App\Domain\ReportDuty\Models\ReportDuty;
|
||||
use Illuminate\Support\LazyCollection;
|
||||
|
||||
interface ReportDutyObservablePatientsInterface
|
||||
{
|
||||
public function upsertObservations(ReportDuty $report, array $observables): ?LazyCollection;
|
||||
}
|
||||
Reference in New Issue
Block a user