Ejemplo n.º 1
0
 // POST: api/Invoice
 public void Post([FromBody] InvoiceModel invoice)
 {
     invoiceData.AddInvoice(invoice);
 }