Ejemplo n.º 1
0
 public PlaylistManager(DataBaseContext db, ICloudService cloudService, IOptions <DropBoxOptions> options, NotificationManager notificationManager)
 {
     this.db                  = db;
     this.cloudService        = cloudService;
     this.options             = options;
     this.notificationManager = notificationManager;
 }