Class InterviewsController.CompleteRequest
- Namespace
- KadicErp.WebApi.Controllers.Recruiting
- Assembly
- KadicErp.WebApi.dll
public sealed record InterviewsController.CompleteRequest
- Inheritance
-
objectInterviewsController.CompleteRequest
Constructors
CompleteRequest(int, string?)
public CompleteRequest(int Result, string? Notes)
Parameters
ResultintNotesstring
Properties
Notes
public string? Notes { get; init; }
Property Value
- string
Result
public int Result { get; init; }
Property Value
- int