Make predictions based on owned stocks
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Entities {
|
||||
|
||||
class loginSession {
|
||||
public string UserName { get; set; } = "";
|
||||
public List<PurchasedStock> TrackedStocks { get; set; } = new List<PurchasedStock>();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user