public async Task <IActionResult> post([FromBody] Carga carga) { string result = await Carga.add_carga(carga); return(Ok(Json(result))); }