Exemplo n.º 1
0
 public Songs()
 {
     AuthorsData = new Authors();
 }
Exemplo n.º 2
0
 public ProgramDetails()
 {
     SongsData   = new Songs();
     AuthorsData = new Authors();
 }