Example #1
0
 public ObservableCollection <Ator> ReadAllAtores()
 {
     return(FilmeDAL.ReadAllAtores(this.Idfilme));
 }