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