mirror of
https://github.com/techgarage-ir/MTWireGuard.git
synced 2025-08-29 06:18:08 +02:00
8 lines
147 B
C#
8 lines
147 B
C#
|
namespace MTWireGuard.Application.Models.Mikrotik
|
|||
|
{
|
|||
|
public class MTIdentityViewModel
|
|||
|
{
|
|||
|
public string Name { get; set; }
|
|||
|
}
|
|||
|
}
|