[HttpPut] public void put([FromBody] orp OrderR) { _context.orp.Add(OrderR); _context.SaveChanges(); }. Also I am assuming the JSON array ...
確定! 回上一頁