// POST: api/Sellers public bool Post([FromBody] SELLERS seller) { return(SellersBLL.InsertSeller(seller)); }