Ejemplo n.º 1
0
 /// <summary>
 /// Removes all the the given widgetdata from the database
 /// </summary>
 public void RemoveWidgetDatas(IEnumerable <WidgetData> datas)
 {
     InitRepo();
     widgetRepo.DeleteWidgetDatas(datas);
 }