Пример #1
0
 public IVendingMachine CreateDollarVendingMachine()
 {
     return(new VendingMachine(_coinRepository.GetDollarCoins()));
 }