Impliment soft-payments

This commit is contained in:
2026-03-08 19:28:10 -07:00
parent 54ea7c3027
commit 78bdf250ff
7 changed files with 114 additions and 12 deletions
+4 -2
View File
@@ -1,13 +1,14 @@
@using System.Net.Http
@using System.Net.Http.Json
@using DataBase
@using Controllers.Payment
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using static Microsoft.AspNetCore.Components.Web.RenderMode
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.JSInterop
@using PythonInterop
@using Controllers.PythonInterop
@using Controllers.DataBase
@using WebServer
@using WebServer.Components
@using BCrypt.Net;
@@ -15,3 +16,4 @@
@inject DbDriver dbDriver
@inject AIModule aiModule
@inject IPayment PaymentProcessor