Beispiel #1
0
 public IHttpActionResult getInvoices(int year, int month)
 {
     return(Ok(TimeUnit.ListInvoices(year, month)));
 }