1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-22 06:39:32 +00:00
Lidarr/NzbDrone.Web/Models/TestModel.cs

12 lines
201 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace NzbDrone.Web.Models
{
public class TestModel
{
public int Number { get; set; }
}
}