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