Add project files.
This commit is contained in:
7
LoadStockDbFromTrans/models/LatestSoldStock.cs
Normal file
7
LoadStockDbFromTrans/models/LatestSoldStock.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace LoadStockDbFromTrans.models;
|
||||
|
||||
public class LatestSoldStock
|
||||
{
|
||||
public decimal SoldStockPrice { get; set; }
|
||||
public DateTime? LatestSoldDate { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user