Example #1
0
 public List <Team> GetAll()
 {
     return(_teamData.GetAll());
 }