mirror of
https://github.com/techgarage-ir/MTWireGuard.git
synced 2025-08-28 13:58:09 +02:00
10 lines
224 B
C#
10 lines
224 B
C#
namespace MTWireGuard.Application.Models
|
|
{
|
|
|
|
public class CreationResult
|
|
{
|
|
public string Code { get; set; }
|
|
public string Title { get; set; }
|
|
public string Description { get; set; }
|
|
}
|
|
}
|