Skip to content

Instantly share code, notes, and snippets.

@nemrosim
Created April 7, 2021 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nemrosim/888edd48e84552cd9ecaf4e9d70bd935 to your computer and use it in GitHub Desktop.
Save nemrosim/888edd48e84552cd9ecaf4e9d70bd935 to your computer and use it in GitHub Desktop.
package com.nemrosim.services;
import com.nemrosim.models.User;
import java.util.List;
public interface UserService {
List<User> findAll();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment