Ejemplo n.º 1
0
 public IEnumerable <Summary> GetSummaries(DateTime from, DateTime to)
 {
     return(_summaryService.GetSummaries(from, to));
 }