Class ConfigurationResponseDto
- Namespace
- GastroSky.Models.DTO.Configuration
- Assembly
- GastroSky.Models.dll
Response body for configurations.
public record ConfigurationResponseDto : IEquatable<ConfigurationResponseDto>
- Inheritance
-
ConfigurationResponseDto
- Implements
- Inherited Members
Properties
Id
public required long Id { get; set; }
Property Value
Key
public required string Key { get; set; }
Property Value
Value
public required string Value { get; set; }