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