fixed renamed OID to id in json response.

This commit is contained in:
kay.one
2013-02-17 19:18:25 -08:00
parent c904c6e085
commit 6c944758ed
8 changed files with 24 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ using NzbDrone.Core.Test.Framework;
namespace NzbDrone.Core.Test.Datastore
{
public class SampleType : BaseRepositoryModel
public class SampleType : ModelBase
{
public string Name { get; set; }
public string Tilte { get; set; }