mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-24 01:04:44 +01:00
7 lines
No EOL
115 B
C#
7 lines
No EOL
115 B
C#
namespace NzbDrone.Web.Models
|
|
{
|
|
public class TestModel
|
|
{
|
|
public int Number { get; set; }
|
|
}
|
|
} |