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