gos/src/Gos.Core/Entities/SpeakerAgeTranslation.cs
2022-07-06 21:35:05 +02:00

7 lines
164 B
C#

namespace Gos.Core.Entities
{
public class SpeakerAgeTranslation : Translation<SpeakerAgeTranslation>
{
public string Title { get; set; }
}
}