mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-29 02:55:38 +00: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; }
|
|
}
|
|
} |