Table of Contents

Class JobApplicationsController.ChangeStageRequest

Namespace
KadicErp.WebApi.Controllers.Recruiting
Assembly
KadicErp.WebApi.dll
public sealed record JobApplicationsController.ChangeStageRequest
Inheritance
object
JobApplicationsController.ChangeStageRequest

Constructors

ChangeStageRequest(int)

public ChangeStageRequest(int Stage)

Parameters

Stage int

Properties

Stage

public int Stage { get; init; }

Property Value

int