1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-12 11:15:43 +02:00
Sonarr/NzbDrone.Web/Models/TestModel.cs

7 lines
115 B
C#
Raw Normal View History

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