Example #1
0
 public void DeleteLibraryItem(LibraryItem libraryItem)
 {
     _db.DeleteLibraryItem(libraryItem);
 }