Example #1
0
 StoreItem GetItemById(uint id)
 {
     return(ItemShopList.FirstOrDefault(x => x.Id == id));
 }