Class ReorderSkillsBody
- Namespace
- KadicErp.WebApi.Controllers.Academy
- Assembly
- KadicErp.WebApi.dll
public sealed record ReorderSkillsBody
- Inheritance
-
objectReorderSkillsBody
Constructors
ReorderSkillsBody(IReadOnlyList<Guid>)
public ReorderSkillsBody(IReadOnlyList<Guid> OrderedSkillIds)
Parameters
OrderedSkillIdsIReadOnlyList<Guid>
Properties
OrderedSkillIds
public IReadOnlyList<Guid> OrderedSkillIds { get; init; }
Property Value
- IReadOnlyList<Guid>