Interface ListUsers


public interface ListUsers
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    foundUser(long userId, String login, String password)
     
  • Method Details

    • foundUser

      boolean foundUser(long userId, String login, String password)