Move models to General directory

This commit is contained in:
Björn Orri Saemundsson 2021-01-06 09:28:00 +00:00
parent ea11dfb26d
commit 403ec756ab
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
using Newtonsoft.Json;
namespace TMDbLib.Objects.Movies
namespace TMDbLib.Objects.General
{
public class WatchProviderItem
{

View File

@ -1,7 +1,7 @@
using System.Collections.Generic;
using Newtonsoft.Json;
namespace TMDbLib.Objects.Movies
namespace TMDbLib.Objects.General
{
public class WatchProviders
{

View File

@ -1,6 +1,6 @@
using Newtonsoft.Json;
namespace TMDbLib.Objects.Movies
namespace TMDbLib.Objects.General
{
public class WatchProvidersByRegion
{