hospital-applets-api/app/Services/MyDoctorService.php

11 lines
148 B
PHP

<?php
namespace App\Services;
use App\Constants\HttpEnumCode;
use App\Model\PatientHistoryInquiry;
class MyDoctorService extends BaseService
{
}