Cleared app from old code, by commenting out
Will do another commit when all comments are taken away
This commit is contained in:
@ -23,5 +23,11 @@ namespace DataDomain
|
||||
public long PostAmount { get; set; }
|
||||
public decimal SoldStockPrice { get; set; }
|
||||
|
||||
//public decimal PostValue
|
||||
//{
|
||||
// get { return ActAmount * ActValue; }
|
||||
//}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user