invoiceninja/app/Repositories/ClientContactRepository.php
David Bomba fa83ce10a3
Implement Typescript (#2514)
* Add contact

* Saving client and contacts

* working on ts implementation

* Need to pass  into TS

* client_edit.ts

* Need to pass  into TS

* declare variables
2018-11-22 22:12:41 +11:00

16 lines
142 B
PHP

<?php
namespace App\Repositories;
/**
*
*/
class ClientContactRepository extends BaseRepository
{
public function save($data)
{
}
}