9 lines
218 B
C#
9 lines
218 B
C#
|
namespace Gos.Core.Entities
|
|||
|
{
|
|||
|
public class SpeakerRegionTranslation : Translation<SpeakerRegionTranslation>
|
|||
|
{
|
|||
|
public string ShortTitle { get; set; }
|
|||
|
|
|||
|
public string Title { get; set; }
|
|||
|
}
|
|||
|
}
|