public void PostReceta([FromBody] Receta cFar) { RecetaService con = new RecetaService(); con.PostReceta(cFar); }