Table of Contents

Class ReorderLevelsBody

Namespace
KadicErp.WebApi.Controllers.Academy
Assembly
KadicErp.WebApi.dll
public sealed record ReorderLevelsBody
Inheritance
object
ReorderLevelsBody

Constructors

ReorderLevelsBody(IReadOnlyList<Guid>)

public ReorderLevelsBody(IReadOnlyList<Guid> OrderedIds)

Parameters

OrderedIds IReadOnlyList<Guid>

Properties

OrderedIds

public IReadOnlyList<Guid> OrderedIds { get; init; }

Property Value

IReadOnlyList<Guid>