Import - Export ⚙️ implementation for payroll
This commit is contained in:
15
src/Data/Admin/Api/DataImporter.php
Normal file
15
src/Data/Admin/Api/DataImporter.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Thilina
|
||||
* Date: 10/3/17
|
||||
* Time: 5:54 PM
|
||||
*/
|
||||
|
||||
namespace Data\Admin\Api;
|
||||
|
||||
interface DataImporter
|
||||
{
|
||||
public function getResult();
|
||||
public function process($data, $dataImporterId);
|
||||
}
|
||||
Reference in New Issue
Block a user