mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07: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; }
|
|
}
|
|
} |