mirror of
https://github.com/techgarage-ir/MTWireGuard.git
synced 2025-08-28 13:58:09 +02:00
7 lines
117 B
C#
7 lines
117 B
C#
namespace MikrotikAPI.Models
|
|
{
|
|
public class MTIdentity
|
|
{
|
|
public string Name { get; set; }
|
|
}
|
|
}
|