Exemplo n.º 1
0
 /// <summary>
 /// Just transfers it to StorageSet.convertToCheapestStorageProduct(Storage)
 /// </summary>
 internal Storage getCheapestSubstitute(Storage need)
 {
     return(marketPrice.convertToCheapestStorageProduct(need));
 }