using System;
namespace NzbDrone.Web.Models
{
public class MappingModel
public int Id { get; set; }
public String Path { get; set; }
}