1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-17 10:45:49 +02:00
Sonarr/NzbDrone.Web/Models/TestModel.cs

7 lines
115 B
C#
Raw Normal View History

2011-04-09 19:44:01 -07:00
namespace NzbDrone.Web.Models
{
public class TestModel
{
public int Number { get; set; }
}
}