api code global jain
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace App\Repositories\Api\Access\ChaturmasReview;
|
||||
|
||||
interface ChaturmasReviewInterface
|
||||
{
|
||||
|
||||
public function getChaturmasReviewList(array $data);
|
||||
|
||||
public function storeChaturmasReview(array $data, object $chaturmas);
|
||||
|
||||
public function updateChaturmasReview(array $data, object $chaturmas);
|
||||
}
|
||||
Reference in New Issue
Block a user