1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-21 17:01:42 +02:00
Radarr/NzbDrone.Web/Models/TestModel.cs

7 lines
115 B
C#
Raw Normal View History

2011-04-10 04:44:01 +02:00
namespace NzbDrone.Web.Models
{
public class TestModel
{
public int Number { get; set; }
}
}