Table of Contents

Class AddTutorBody

Namespace
KadicErp.WebApi.Controllers.Academy
Assembly
KadicErp.WebApi.dll
public sealed record AddTutorBody
Inheritance
object
AddTutorBody

Constructors

AddTutorBody(Guid, Guid, Guid, bool)

public AddTutorBody(Guid BusinessPartnerId, Guid RelationshipId, Guid TutorTypeId, bool IsPrimary)

Parameters

BusinessPartnerId Guid
RelationshipId Guid
TutorTypeId Guid
IsPrimary bool

Properties

BusinessPartnerId

public Guid BusinessPartnerId { get; init; }

Property Value

Guid

IsPrimary

public bool IsPrimary { get; init; }

Property Value

bool

RelationshipId

public Guid RelationshipId { get; init; }

Property Value

Guid

TutorTypeId

public Guid TutorTypeId { get; init; }

Property Value

Guid