Exemplo n.º 1
0
 public TVShow()
 {
     CreatedBy           = new TVShowCreator[0];
     EpisodeRunTime      = new int[0];
     Genres              = new Genre[0];
     Languages           = new string[0];
     Networks            = new Network[0];
     OriginCountry       = new string[0];
     ProductionCompanies = new ProductionCompanyInfo[0];
     Seasons             = new Season[0];
     Keywords            = new Keyword[0];
 }
Exemplo n.º 2
0
 public TVShowCreator(DM.MovieApi.MovieDb.TV.TVShowCreator creator)
 {
     Id          = creator.Id;
     Name        = creator.Name;
     ProfilePath = creator.ProfilePath;
 }