public IHttpActionResult GetHistory(string projectId, string tableName, bool hasTemplate) { var result = ProcedureManager.Proc_GetProjectHistory(projectId, tableName, hasTemplate); return(Ok(result)); }