mirror of
https://github.com/techgarage-ir/MTWireGuard.git
synced 2025-08-19 00:48:18 +02:00
13 lines
247 B
C#
13 lines
247 B
C#
|
using Microsoft.AspNetCore.Mvc;
|
||
|
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||
|
|
||
|
namespace MTWireGuard.Pages.Components.CreateServerForm
|
||
|
{
|
||
|
public class CreateServerFormModel : PageModel
|
||
|
{
|
||
|
public void OnGet()
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
}
|