B4. Plus the previous commit. Evaluate the algorithm
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace Entities {
|
||||
|
||||
class loginSession {
|
||||
public class loginSession {
|
||||
public string UserName { get; set; } = "";
|
||||
public float Money { get; set; } = 0;
|
||||
public List<Stock> TrackedStocks { get; set; } = new List<Stock>();
|
||||
|
||||
Reference in New Issue
Block a user