Subversion Repository Public Repository

Nextrek

Diff Revisions 698 vs 699 for /Android/SmartCharging/endPoints/repositories/CommentRepositoryInterface.php

Diff revisions: vs.
  @@ -1,5 +1,6 @@
1 1 <?php
2 2 interface CommentRepositoryInterface {
3 + public function getComment($id_user, $id_local);
3 4 public function addComment($comment);
4 5 public function countComments($id_local);
5 6 public function getComments($id_local, $start_index, $length, $data_order);