File "ClassSectionInterface.php"

Full Path: /home/trinadezambia/public_html/demo-school-management.trinadezambia.com/PHP_Code/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 {

}