11 lines
148 B
PHP
11 lines
148 B
PHP
<?php
|
|
|
|
namespace App\Services;
|
|
|
|
use App\Constants\HttpEnumCode;
|
|
use App\Model\PatientHistoryInquiry;
|
|
|
|
class MyDoctorService extends BaseService
|
|
{
|
|
|
|
} |