diff --git a/src/Eurofurence.App.Domain.Model/ArtistsAlley/TableRegistrationRequest.cs b/src/Eurofurence.App.Domain.Model/ArtistsAlley/TableRegistrationRequest.cs index c97aa0cf..a3913164 100644 --- a/src/Eurofurence.App.Domain.Model/ArtistsAlley/TableRegistrationRequest.cs +++ b/src/Eurofurence.App.Domain.Model/ArtistsAlley/TableRegistrationRequest.cs @@ -1,15 +1,15 @@ namespace Eurofurence.App.Domain.Model.ArtistsAlley { - public class TableRegistrationRequest - { - public string DisplayName { get; set; } + public class TableRegistrationRequest + { + public string DisplayName { get; set; } - public string WebsiteUrl { get; set; } + public string WebsiteUrl { get; set; } - public string ShortDescription { get; set; } + public string ShortDescription { get; set; } - public string Location { get; set; } + public string Location { get; set; } - public string TelegramHandle { get; set; } - } + public string TelegramHandle { get; set; } + } }