Пример #1
0
 public Dictionary <String, int> GetTrendByDay(DateTime start, DateTime end)
 {
     return(Repository.GetTrendByDay(start, end));
 }