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