7 lines
164 B
C#
7 lines
164 B
C#
namespace Gos.Core.Entities
|
|
{
|
|
public class SpeakerSexTranslation : Translation<SpeakerSexTranslation>
|
|
{
|
|
public string Title { get; set; }
|
|
}
|
|
} |