示例#1
0
 public static DataTable GetGroupByInvoiceNo(String InvoiceNumber)
 {
     return(InvoiceDac.GetGroupByInvoiceNo(InvoiceNumber).Tables[0]);
 }