Table of Contents

Class UpdateVenueBody

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

Constructors

UpdateVenueBody(string, string?, string?, string?)

public UpdateVenueBody(string Name, string? Address, string? Phone, string? Hours)

Parameters

Name string
Address string
Phone string
Hours string

Properties

Address

public string? Address { get; init; }

Property Value

string

Hours

public string? Hours { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string

Phone

public string? Phone { get; init; }

Property Value

string