mirror of
https://github.com/Readarr/Readarr
synced 2025-12-19 23:04:49 +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; }
|
|
}
|
|
} |