Beispiel #1
0
 public ProductService(IFarmStore farmStore)
 {
     _farmStore = farmStore;
 }