Table of Contents

Class ScheduleMakeupBody

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

Constructors

ScheduleMakeupBody(Guid, string)

public ScheduleMakeupBody(Guid GroupId, string Date)

Parameters

GroupId Guid
Date string

Properties

Date

public string Date { get; init; }

Property Value

string

GroupId

public Guid GroupId { get; init; }

Property Value

Guid