Skip to content
Snippets Groups Projects
Commit 4cd515c6 authored by Thomas Mewily's avatar Thomas Mewily
Browse files

getByLoginPair

parent 7aeea31b
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ public class ProfCore extends _DefaultCore<ProfEntity> {
return dao.create(entity);
}
public ProfEntity getLoginPair(String username, String password)
public ProfEntity getByLoginPair(String username, String password)
{
for(ProfEntity p : dao.getAll())
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment