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