import http from "../http"; export const AddData = (data) => http.post("/api/Parameters/AddData", data);