Beispiel #1
0
 // GET: api/Invoice
 public List <InvoiceModel> GetAll()
 {
     return(invoiceData.GetAllInvoices());
 }