Ombi/Ombi/Ombi.Api.TvMaze/Models/Search/Network.cs
Jamie.Rees 8b64c18ace #865
2017-04-24 16:27:08 +01:00

9 lines
No EOL
198 B
C#

namespace Ombi.Api.TvMaze.Models
{
public class Network
{
public Country country { get; set; }
public int id { get; set; }
public string name { get; set; }
}
}