Removed redundent classes.

This commit is contained in:
Keivan 2010-09-27 22:35:15 -07:00
commit c7286863b0
8 changed files with 22 additions and 104 deletions

View file

@ -5,17 +5,8 @@ namespace NzbDrone.Core.Repository
public class Config
{
[SubSonicPrimaryKey]
public string Key
{
get;
set;
}
public string Value
{
get;
set;
}
public string Key { get; set; }
public string Value { get; set; }
}
}
}