File "ExpenseInterface.php"
Full Path: /home/trinadezambia/public_html/demo-school-management.trinadezambia.com/PHP_Code/app/Repositories/Expense/ExpenseInterface.php
File size: 140 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Repositories\Expense;
use App\Repositories\Base\BaseInterface;
interface ExpenseInterface extends BaseInterface {
}