public AlbumsController()
 {
     this.data = new ArtistsData();
 }
Example #2
0
 public SongsController()
 {
     this.data = new ArtistsData();
 }