File "OnlineExamQuestionChoiceInterface.php"

Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/OnlineExamQuestionChoice/OnlineExamQuestionChoiceInterface.php
File size: 174 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Repositories\OnlineExamQuestionChoice;

use App\Repositories\Base\BaseInterface;

interface OnlineExamQuestionChoiceInterface extends BaseInterface {

}