public UsersController(PlaylistDataContext dataContext)
 {
     _dataContext = dataContext;
 }
Beispiel #2
0
 public PlaylistsController(PlaylistDataContext dataContext, IMusicInformationService spotifyService)
 {
     _dataContext    = dataContext;
     _spotifyService = spotifyService;
 }