Beispiel #1
0
 public SnackPile(Snack snack, int quantity, decimal price) : this()
 {
     Snack    = snack;
     Quantity = quantity;
     Price    = price;
 }
Beispiel #2
0
 public IReadOnlyList <SnackMachine> GetAllWithMoneyInside(Snack snack)
 {
     throw new NotImplementedException();
 }