Много всего
This commit is contained in:
9
app/Contracts/MedicalHistoryRepositoryInterface.php
Normal file
9
app/Contracts/MedicalHistoryRepositoryInterface.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Contracts;
|
||||
|
||||
interface MedicalHistoryRepositoryInterface
|
||||
{
|
||||
public function get(array $filters);
|
||||
public function search(string $term);
|
||||
}
|
||||
Reference in New Issue
Block a user