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