Skip to content

Instantly share code, notes, and snippets.

@JuanLuisGarciaBorrego
Created July 5, 2015 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JuanLuisGarciaBorrego/0476b79804c4732ad326 to your computer and use it in GitHub Desktop.
Save JuanLuisGarciaBorrego/0476b79804c4732ad326 to your computer and use it in GitHub Desktop.
interfaz ISP - CRU
interfaz CRUInterface
{
public function insert($data);
public function update($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