Table of Contents

Class UpdateListNameAndDescriptionDto

Namespace
adas_core.Domain.Models.DTO
Assembly
adas-core.Domain.dll

Represents a data transfer object used to update the name and description of a list.

public class UpdateListNameAndDescriptionDto
Inheritance
UpdateListNameAndDescriptionDto
Inherited Members
Extension Methods

Properties

Description

public string? Description { get; set; }

Property Value

string

Name

public string? Name { get; set; }

Property Value

string