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