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