File "OnlineExamQuestionInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/OnlineExamQuestion/OnlineExamQuestionInterface.php
File size: 162 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\OnlineExamQuestion;

use App\Repositories\Base\BaseInterface;

interface OnlineExamQuestionInterface extends BaseInterface {

}