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