Advertisement
Guest User

ContactRepositoryInterface

a guest
Oct 23rd, 2014
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. namespace REV2\repositories;
  2.  
  3. interface ContactRepositoryInterface
  4. {
  5. public function all();
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement