Ejemplo n.º 1
0
 public Task <IEnumerable <Match> > GetByTeamId(DateTime start, DateTime end, int id)
 {
     return(_matchDAO.GetByTeamId(start, end, id));
 }