Example #1
0
 public IHttpActionResult GetInvoicesFromStore()
 {
     return(Ok(InvoiceHandler.GetAllInvoiceIDsFromStores(db)));
 }