Skip to content

Instantly share code, notes, and snippets.

@JuanLuisGarciaBorrego
Created July 5, 2015 15:40
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save JuanLuisGarciaBorrego/bfdf177e7a85f010d84d to your computer and use it in GitHub Desktop.
interfaz ISP - infringido
interfaz RepositoryInterface
{
public function insert($data);
public function update($data);
public function delete($data);
public function findAll($data);
public function findById($data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment