Ejemplo n.º 1
0
 public async Task <IEnumerable <Match> > GetAllByTeam(string teamId)
 {
     return(await _matchDAO.GetAllByTeam(teamId));
 }