Skip to content

Instantly share code, notes, and snippets.

@chbatey
Last active August 29, 2015 14:15
Show Gist options
  • Save chbatey/d11a4a27d729c5241814 to your computer and use it in GitHub Desktop.
Save chbatey/d11a4a27d729c5241814 to your computer and use it in GitHub Desktop.
UserDao
public interface AuctionUserDao {
public boolean createUser(UserCreate userCreate);
public Optional<AuctionUser> retrieveUser(String userName);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment