fixed renamed OID to id in json response.

This commit is contained in:
kay.one 2013-02-17 19:18:25 -08:00
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; }