Beispiel #1
0
 public Farm(ShopInventory shop, ProductInventory products, FarmCell.Factory cellFactory)
 {
     ShopInventory    = shop;
     ProductInventory = products;
     _cellFactory     = cellFactory;
 }