B4. Plus the previous commit. Evaluate the algorithm
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace Entities {
|
||||
|
||||
class PurchasedStock {
|
||||
public class PurchasedStock {
|
||||
public string Symbol { get; set; } = "";
|
||||
public float Quantity { get; set; } = 0;
|
||||
public float PurchasePrice { get; set; } = 0;
|
||||
|
||||
Reference in New Issue
Block a user