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