Interface RoleService

All Known Implementing Classes:
RoleServiceImpl

public interface RoleService
  • Method Details

    • findRoleByInputRole

      RoleDto findRoleByInputRole(String role)
    • countByInputRole

      int countByInputRole(String role)