mirror of
https://github.com/techgarage-ir/MTWireGuard.git
synced 2025-08-28 22:08:08 +02:00
Add project files.
This commit is contained in:
commit
b2325a46ef
1351 changed files with 48136 additions and 0 deletions
18
Models/CreationStatus.cs
Normal file
18
Models/CreationStatus.cs
Normal file
|
@ -0,0 +1,18 @@
|
|||
namespace MTWireGuard.Models
|
||||
{
|
||||
public class CreationStatus
|
||||
{
|
||||
public bool Success { get; set; }
|
||||
public string Code { get; set; }
|
||||
public string Detail { get; set; }
|
||||
public string Message { get; set; }
|
||||
public object Item { get; set; }
|
||||
}
|
||||
|
||||
public class CreationResult
|
||||
{
|
||||
public string Code { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Description { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue