mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 10:32:35 +01:00
7 lines
115 B
C#
7 lines
115 B
C#
namespace NzbDrone.Web.Models
|
|
{
|
|
public class TestModel
|
|
{
|
|
public int Number { get; set; }
|
|
}
|
|
} |