static DataRepository() { Album = new AlbumData(); Playlist = new PlaylistData(); Artist = new ArtistData(); Track = new TrackData(); }
static DataRepository() { Album = new AlbumData(); Artist = new ArtistData(); Track = new TrackData(); Invoice = new InvoiceData(); }