mirror of
https://github.com/techgarage-ir/MTWireGuard.git
synced 2025-08-18 08:28:17 +02:00
8 lines
124 B
C#
8 lines
124 B
C#
|
namespace MTWireGuard.Models.Requests
|
|||
|
{
|
|||
|
public class DeleteRequest
|
|||
|
{
|
|||
|
public int Id { get; set; }
|
|||
|
}
|
|||
|
}
|