Beispiel #1
0
 private void ClearExistingData(IDatabaseProvider dbController)
 {
     dbController.ClearData(new MusicSearchParameters {
     });
 }