Class AddSectionLevelBody
- Namespace
- KadicErp.WebApi.Controllers.Academy
- Assembly
- KadicErp.WebApi.dll
public sealed record AddSectionLevelBody
- Inheritance
-
objectAddSectionLevelBody
Constructors
AddSectionLevelBody(Guid, Guid)
public AddSectionLevelBody(Guid LevelId, Guid DefaultResourceId)
Parameters
LevelIdGuidDefaultResourceIdGuid
Properties
DefaultResourceId
public Guid DefaultResourceId { get; init; }
Property Value
- Guid
LevelId
public Guid LevelId { get; init; }
Property Value
- Guid