Skip to content

Instantly share code, notes, and snippets.

@wkorando
Last active April 5, 2020 22:12
Show Gist options
  • Save wkorando/5142dbe306384c068e2cd3e729924916 to your computer and use it in GitHub Desktop.
Save wkorando/5142dbe306384c068e2cd3e729924916 to your computer and use it in GitHub Desktop.
public class UserController {
private UserService service;
public UserController(UserService service) {
this.service = service;
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment