想问问各位前辈 红色框框是我写的答案 不知道对不对,不对的话 正确的是要怎么写呀
问题描述:
答
db1.Employees.Add(emp);
db1.SaveChanges();
db1.Employees.Add(emp);
db1.SaveChanges();