コード例 #1
0
 protected override IEnumerable <Entity> LoadItems()
 {
     ItemDataCollection.LoadAllItemsFromDb();
     return(ItemDataCollection.Items);
 }