Example #1
0
 public bool CheckAvailability()
 {
     return(ItemsList.All(s => s.Item.CheckAvailability(s.Amount)));
 }