Пример #1
0
 public IEnumerable <ProfileWeekly> GetProfileWeeks(string email)
 {
     return(StatisticService.GetAllWeekStats(email));
 }