Impliment soft-payments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user