8 lines
176 B
C#
8 lines
176 B
C#
|
namespace MediaBrowser.Model.Globalization
|
||
|
{
|
||
|
public class LocalizatonOption
|
||
|
{
|
||
|
public string Name { get; set; }
|
||
|
public string Value { get; set; }
|
||
|
}
|
||
|
}
|