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