using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using gehGassiApp.Domain.Common; namespace gehGassiApp.Domain.Walks { public class WalkShowCategory { /// /// Auswahl der Anzeige /// public WalkShowType ShowType { get; set; } /// /// Name der Karegorie /// public string Name { get; set; } } }