Table of Contents

Class AddSectionLevelBody

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

Constructors

AddSectionLevelBody(Guid, Guid)

public AddSectionLevelBody(Guid LevelId, Guid DefaultResourceId)

Parameters

LevelId Guid
DefaultResourceId Guid

Properties

DefaultResourceId

public Guid DefaultResourceId { get; init; }

Property Value

Guid

LevelId

public Guid LevelId { get; init; }

Property Value

Guid