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