Files
Verspakketten-API/Lutra/Lutra.Application/Verspakketten/UpdateVerspakket.Response.cs
T

10 lines
230 B
C#

namespace Lutra.Application.Verspakketten;
public sealed partial class UpdateVerspakket
{
/// <summary>
/// Represents the result of an update verspakket operation.
/// </summary>
public sealed record Response;
}