I am performing asp.net mvc entity framework with webapi and when I m deleting a record but get an error.
Name value
PartyMstId 4 partymstcontroller.cs (mvc project)
partyMst null partymstcontroller.cs (webapi project)
db.PartyMsts.Find (partyMst.PartyMstId); here give an null value ?