File "DiaryCategoryInterface.php"
Full Path: /home/trinadezambia/public_html/demo-school-management.trinadezambia.com/PHP_Code/app/Repositories/DiaryCategory/DiaryCategoryInterface.php
File size: 152 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Repositories\DiaryCategory;
use App\Repositories\Base\BaseInterface;
interface DiaryCategoryInterface extends BaseInterface {
}