public IHttpActionResult put(tblProject item) { ProjectBAL obj = new ProjectBAL(); obj.Updateproject(item); return(Ok("Record Updated")); }