Class JobApplicationsController.ChangeStageRequest
- Namespace
- KadicErp.WebApi.Controllers.Recruiting
- Assembly
- KadicErp.WebApi.dll
public sealed record JobApplicationsController.ChangeStageRequest
- Inheritance
-
objectJobApplicationsController.ChangeStageRequest
Constructors
ChangeStageRequest(int)
public ChangeStageRequest(int Stage)
Parameters
Stageint
Properties
Stage
public int Stage { get; init; }
Property Value
- int