10 lines
163 B
C#
10 lines
163 B
C#
namespace Shared.Models.Online.AniLibria
|
|
{
|
|
public struct Names
|
|
{
|
|
public string ru { get; set; }
|
|
|
|
public string en { get; set; }
|
|
}
|
|
}
|