mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-01 18:45:13 -04:00
7 lines
115 B
C#
7 lines
115 B
C#
namespace NzbDrone.Web.Models
|
|
{
|
|
public class TestModel
|
|
{
|
|
public int Number { get; set; }
|
|
}
|
|
} |