Esempio n. 1
0
 public Dictionary <String, int> GetUserTrends(DateTime start, DateTime end, int userID)
 {
     return(Repository.GetUserTrends(start, end, userID));
 }