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