public IHttpActionResult post(tblProject item) { ProjectBAL obj = new ProjectBAL(); obj.AddProject(item); return(Ok("Record added")); }