1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-19 16:01:46 +02:00
Radarr/NzbDrone.Web/Models/TestModel.cs
markus101 4b4499b4a2 Deleting of Qualities now works.
Quality Settings UI looks better, colors, sizing
Test files for testing different webUI features
2011-02-07 13:22:45 -08:00

12 lines
201 B
C#

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