Commit a2eb42e0 authored by Bob Lee Swagger's avatar Bob Lee Swagger

debug

parent 2cbd24a0
...@@ -15,4 +15,11 @@ interface SupplierServiceInterface ...@@ -15,4 +15,11 @@ interface SupplierServiceInterface
* @return mixed * @return mixed
*/ */
public function createSupplier($data); public function createSupplier($data);
/**
* @param integer $id
* @param array $data
* @return mixed
*/
public function updateSupplier($id, $data);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment