Exemplo n.º 1
0
 public IHttpActionResult GetInvoices()
 {
     return(Ok(InvoiceHandler.GetAllInvoices(db)));
 }