Beispiel #1
0
 /// <summary>
 /// Gives back all the widgetData of the system
 /// </summary>
 public IEnumerable <WidgetData> GetAllWidgetDatas()
 {
     InitRepo();
     return(widgetRepo.ReadAllWidgetDatas().AsEnumerable());
 }