File "OnlineExamQuestionCommonInterface.php"

Full Path: /home/trinadezambia/public_html/demo-school-management.trinadezambia.com/PHP_Code/app/Repositories/OnlineExamQuestionCommon/OnlineExamQuestionCommonInterface.php
File size: 174 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\OnlineExamQuestionCommon;

use App\Repositories\Base\BaseInterface;

interface OnlineExamQuestionCommonInterface extends BaseInterface {

}