示例#1
0
 public InvoiceDetail GetDetailByID(string ID)
 {
     return(obj.GetInvoiceDetailByID(ID));
 }