10 lines
230 B
C#
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;
|
|
}
|