Files
Global-Jain/app/Repositories/Api/Access/BloodGroup/BloodGroupInterface.php

9 lines
133 B
PHP
Raw Permalink Normal View History

2025-11-05 10:37:10 +05:30
<?php
namespace App\Repositories\Api\Access\BloodGroup;
interface BloodGroupInterface
{
public function getBloodGroupList();
}