1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-22 17:31:47 +02:00
Radarr/NzbDrone.Web/Models/MappingModel.cs

10 lines
170 B
C#
Raw Normal View History

2011-02-04 02:00:55 +01:00
using System;
namespace NzbDrone.Web.Models
{
public class MappingModel
{
public int Id { get; set; }
public String Path { get; set; }
}
}