Exemple #1
0
 public void Edit(Textbook t)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public void Add(Textbook t)
 {
     db.Textbooks.Add(t);
     db.SaveChanges();
 }