12 lines
208 B
C#
12 lines
208 B
C#
namespace Shared.Models.Online.iRemux
|
|
{
|
|
public class Similar
|
|
{
|
|
public string title { get; set; }
|
|
|
|
public string year { get; set; }
|
|
|
|
public string href { get; set; }
|
|
}
|
|
}
|