Exemple #1
0
 public static int getInvoiceById(int id)
 {
     return(To_InvoiceService.getInvoiceById(id));
 }