mirror of
https://github.com/techgarage-ir/MTWireGuard.git
synced 2025-08-28 22:08:08 +02:00
9 lines
162 B
C#
9 lines
162 B
C#
|
namespace MTWireGuard.Models
|
|||
|
{
|
|||
|
public class LoginStatus
|
|||
|
{
|
|||
|
public short Error { get; set; }
|
|||
|
public string Message { get; set; }
|
|||
|
}
|
|||
|
}
|