Cleared app from old code, by commenting out

Will do another commit when all comments are taken away
This commit is contained in:
2022-02-21 17:16:57 +01:00
parent aac79f946c
commit 3b0809c48d
7 changed files with 230 additions and 178 deletions

View File

@ -23,5 +23,11 @@ namespace DataDomain
public long PostAmount { get; set; }
public decimal SoldStockPrice { get; set; }
//public decimal PostValue
//{
// get { return ActAmount * ActValue; }
//}
}
}