Table of Contents

Class ReorderSkillsBody

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

Constructors

ReorderSkillsBody(IReadOnlyList<Guid>)

public ReorderSkillsBody(IReadOnlyList<Guid> OrderedSkillIds)

Parameters

OrderedSkillIds IReadOnlyList<Guid>

Properties

OrderedSkillIds

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

Property Value

IReadOnlyList<Guid>