ASP.NET MVC项目 Repository层中,Update、Delete总是失败
another entity of the same type already has the same primary key value
在项目里的Repository层中的涉及到数据的update方法总是报错,delete时有时也 ...……
namespace Mail{ public static class mail { public static void GetparaBySendmail(string mailaddress,string title,string file ,string content,string fromname,string pwd) ...……