UserService.java 119 Bytes
package fr.plil.sio.web.mvc;

public interface UserService {

    User createUser(String username, String password);
}