1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-03-12 23:27:26 +00:00
Radarr/NzbDrone.Web/Models/MappingModel.cs

10 lines
170 B
C#
Raw Normal View History

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