代码改变世界

随笔档案-2009年7月15日

Cannot remove an entity that has not been attached

2009-07-15 11:40 by 蜡笔小旧, 886 阅读, 收藏,
摘要: [TestMethod()] //[ExpectedException(typeof(System.ArgumentNullException))] public void DeleteTest() {     Ervice target = new Ervice (con);     Guid erviceID = new Guid(&... 阅读全文