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