Interface SportDao
public interface SportDao
-
Method Summary
Modifier and TypeMethodDescriptionList<net.andresbustamante.yafoot.core.model.Sport>
Loads the list of sports available in the application.
-
Method Details
-
loadSports
List<net.andresbustamante.yafoot.core.model.Sport> loadSports()Loads the list of sports available in the application.- Returns:
- List of sports found
-