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