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