Subversion Repository Public Repository

Nextrek

Diff Revisions 223 vs 224 for /Android/SmartCharging/endPoints/UserRepositoryInterface.php

Diff revisions: vs.
  @@ -1,6 +1,5 @@
1 1 <?php
2 2 interface UserRepositoryInterface {
3 3 public function registerUser($user, $password);
4 - public function registerLocal($local, $password);
5 4 }
6 5 ?>