Пример #1
0
 // POST: api/Sellers
 public bool Post([FromBody] SELLERS seller)
 {
     return(SellersBLL.InsertSeller(seller));
 }