Added more IBN api methods

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-18 12:27:34 -04:00
parent d4d2e85486
commit 9c456c63c8
9 changed files with 278 additions and 5 deletions

View File

@@ -4,6 +4,10 @@ using MediaBrowser.Model.Entities;
namespace MediaBrowser.Model.DTO
{
/// <summary>
/// This is strictly used as a data transfer object from the api layer.
/// This holds information about a BaseItem in a format that is convenient for the client.
/// </summary>
public class DTOBaseItem : IHasProviderIds
{
public string Name { get; set; }