Table of Contents

Class SetInstructorActiveBody

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

Constructors

SetInstructorActiveBody(bool)

public SetInstructorActiveBody(bool IsActive)

Parameters

IsActive bool

Properties

IsActive

public bool IsActive { get; init; }

Property Value

bool