// PUT: api/Sellers/5 public bool Put([FromBody] SELLERS seller) { return(SellersBLL.UpdateSeller(seller)); }