catch (DbEntityValidationException dbEx)
{
return Json(MsgCommon.respJsonErrorMsg(dbEx.ToString()));
}
相关文章:
catch (DbEntityValidationException dbEx)
{
return Json(MsgCommon.respJsonErrorMsg(dbEx.ToString()));
}
相关文章: