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