Class ReorderLevelsBody
- Namespace
- KadicErp.WebApi.Controllers.Academy
- Assembly
- KadicErp.WebApi.dll
public sealed record ReorderLevelsBody
- Inheritance
-
objectReorderLevelsBody
Constructors
ReorderLevelsBody(IReadOnlyList<Guid>)
public ReorderLevelsBody(IReadOnlyList<Guid> OrderedIds)
Parameters
OrderedIdsIReadOnlyList<Guid>
Properties
OrderedIds
public IReadOnlyList<Guid> OrderedIds { get; init; }
Property Value
- IReadOnlyList<Guid>