9 lines
222 B
C#
9 lines
222 B
C#
|
namespace Gos.Core.Entities
|
|||
|
{
|
|||
|
public class DiscourseRegionTranslation : Translation<DiscourseRegionTranslation>
|
|||
|
{
|
|||
|
public string ShortTitle { get; set; }
|
|||
|
|
|||
|
public string Title { get; set; }
|
|||
|
}
|
|||
|
}
|