Beispiel #1
0
 public void Remove(Books book)
 {
     _context.Remove(book);
 }
 public void Remove(Categories category)
 {
     _context.Remove(category);
 }