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