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