예제 #1
0
 /// <summary>
 /// Gives back a dashboard with all data
 /// for a specific userId
 /// </summary>
 public Dashboard GetDashboardWithAllDataForUserId(string userId)
 {
     InitRepo();
     return(widgetRepo.ReadDashboardWithAllDataForUserId(userId));
 }