Make predictions based on owned stocks

This commit is contained in:
2026-03-08 19:58:26 -07:00
parent 04631398ed
commit ce4f9a197d
4 changed files with 79 additions and 59 deletions
+1
View File
@@ -13,6 +13,7 @@
@using WebServer.Components
@using BCrypt.Net;
@using Newtonsoft.Json;
@using Entities
@inject DbDriver dbDriver
@inject AIModule aiModule