api code global jain
This commit is contained in:
15
app/Repositories/Api/Access/Chaturmas/ChaturmasInterface.php
Normal file
15
app/Repositories/Api/Access/Chaturmas/ChaturmasInterface.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
namespace App\Repositories\Api\Access\Chaturmas;
|
||||
|
||||
interface ChaturmasInterface
|
||||
{
|
||||
|
||||
public function getChaturmasList(array $data);
|
||||
|
||||
public function storeChaturmas(array $data);
|
||||
|
||||
public function updateChaturmas(array $data, object $chaturmas);
|
||||
|
||||
public function getChaturmasYears();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user