api code global jain
This commit is contained in:
13
app/Repositories/Api/Access/Vihar/ViharInterface.php
Normal file
13
app/Repositories/Api/Access/Vihar/ViharInterface.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace App\Repositories\Api\Access\Vihar;
|
||||
|
||||
interface ViharInterface
|
||||
{
|
||||
|
||||
public function getViharList(array $data);
|
||||
|
||||
public function storeVihar(array $data);
|
||||
|
||||
public function updateVihar(array $data, object $vihar);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user