Example #1
0
 public Movie()
 {
     Genres = new Genre[0];
     ProductionCompanies = new ProductionCompanyInfo[0];
     ProductionCountries = new Country[0];
     SpokenLanguages = new Language[0];
 }
Example #2
0
 public Movie()
 {
     Genres              = new Genre[0];
     Keywords            = new Keyword[0];
     ProductionCompanies = new ProductionCompanyInfo[0];
     ProductionCountries = new Country[0];
     SpokenLanguages     = new Language[0];
 }
Example #3
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];
 }
Example #4
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];
 }