Interface SportDao


public interface SportDao
  • Method Summary

    Modifier and Type
    Method
    Description
    Loads the list of sports available in the application.
  • Method Details

    • loadSports

      List<Sport> loadSports()
      Loads the list of sports available in the application.
      Returns:
      List of sports found