Example #1
0
 public Filme(int Pk, string Nome, int Classificacao, int Ano, int Duracao, string Idioma, Diretor Diretor, Distribuidora Distribuidora, Genero Genero, ListaAtores ListaAtores, SituacaoFilme Situacao)
 {
     this.Pk = Pk;
     this.Nome = Nome;
     this.Classificacao = Classificacao;
     this.Ano = Ano;
     this.Duracao = Duracao;
     this.Idioma = Idioma;
     this.Diretor = Diretor;
     this.Distribuidora = Distribuidora;
     this.Genero = Genero;
     this.ListaArtores = ListaArtores;
     this.Situacao = Situacao;
 }
Example #2
0
 public Filme(int Pk, string Nome, int Classificacao, int Ano, int Duracao, string Idioma, Diretor Diretor, Distribuidora Distribuidora, Genero Genero, ListaAtores ListaAtores, SituacaoFilme Situacao)
 {
     this.Pk            = Pk;
     this.Nome          = Nome;
     this.Classificacao = Classificacao;
     this.Ano           = Ano;
     this.Duracao       = Duracao;
     this.Idioma        = Idioma;
     this.Diretor       = Diretor;
     this.Distribuidora = Distribuidora;
     this.Genero        = Genero;
     this.ListaArtores  = ListaArtores;
     this.Situacao      = Situacao;
 }