File "ClassSectionInterface.php"
Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/ClassSection/ClassSectionInterface.php
File size: 151 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Repositories\ClassSection;
use App\Repositories\Base\BaseInterface;
interface ClassSectionInterface extends BaseInterface {
}