2013-03-10 05:36:39 +00:00
|
|
|
|
using MediaBrowser.Model.Dto;
|
2013-02-21 01:33:05 +00:00
|
|
|
|
|
2013-03-10 05:36:39 +00:00
|
|
|
|
namespace MediaBrowser.Model.Querying
|
2013-02-21 01:33:05 +00:00
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Represents the result of a query for items
|
|
|
|
|
/// </summary>
|
2014-10-23 04:26:01 +00:00
|
|
|
|
public class ItemsResult : QueryResult<BaseItemDto>
|
2013-02-21 01:33:05 +00:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|