added GetMovieRecommendations to IApiClient

This commit is contained in:
Luke Pulverenti
2015-03-10 21:43:07 -04:00
parent 401c962c7f
commit 359f90afd4
7 changed files with 55 additions and 3 deletions

View File

@@ -312,6 +312,7 @@
<Compile Include="Querying\ItemsByNameQuery.cs" />
<Compile Include="Entities\BaseItemInfo.cs" />
<Compile Include="Querying\LatestItemsQuery.cs" />
<Compile Include="Querying\MovieRecommendationQuery.cs" />
<Compile Include="Querying\NextUpQuery.cs" />
<Compile Include="Querying\QueryFilters.cs" />
<Compile Include="Querying\QueryResult.cs" />