Table of Contents

Class RejectRequest

Namespace
KadicErp.WebApi.Controllers.RentACar
Assembly
KadicErp.WebApi.dll
public sealed record RejectRequest
Inheritance
object
RejectRequest

Constructors

RejectRequest(string)

public RejectRequest(string Reason)

Parameters

Reason string

Properties

Reason

public string Reason { get; init; }

Property Value

string