Table of Contents

Class InterviewsController.CompleteRequest

Namespace
KadicErp.WebApi.Controllers.Recruiting
Assembly
KadicErp.WebApi.dll
public sealed record InterviewsController.CompleteRequest
Inheritance
object
InterviewsController.CompleteRequest

Constructors

CompleteRequest(int, string?)

public CompleteRequest(int Result, string? Notes)

Parameters

Result int
Notes string

Properties

Notes

public string? Notes { get; init; }

Property Value

string

Result

public int Result { get; init; }

Property Value

int