Table of Contents

Class FreezeBody

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

Constructors

FreezeBody(string, string, string?)

public FreezeBody(string Reason, string From, string? To)

Parameters

Reason string
From string
To string

Properties

From

public string From { get; init; }

Property Value

string

Reason

public string Reason { get; init; }

Property Value

string

To

public string? To { get; init; }

Property Value

string