Esempio n. 1
0
 public void AddQuote([FromBody] Quote quote)
 {
     _customer.AddQuote(quote);
 }