10 lines
171 B
C#
10 lines
171 B
C#
namespace Shared.Models.Online.VoKino
|
|
{
|
|
public struct Similar
|
|
{
|
|
public string title { get; set; }
|
|
|
|
public string balancer { get; set; }
|
|
}
|
|
}
|