Esempio n. 1
0
 /// <summary>
 /// Returns all if there is no team id given
 /// </summary>
 /// <returns>bool</returns>
 public List <Team> GetTeams()
 {
     return(teamRepo.GetAll());
 }