Add AgreementPage and EncryptionHelper for transaction handling
Signed-off-by: Dmitrii <computer@yawaflua.tech> Took 24 seconds
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
|
||||
namespace SpMega.Backend;
|
||||
|
||||
public class AgreementPage : PageModel
|
||||
{
|
||||
public void OnGet()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user