コード例 #1
0
 public List <KeyValueDTO> GetWeeklyAggregate(List <LinkDTO> links)
 {
     return(repo.GetWeeklyAggregate(links));
 }