示例#1
0
 public IInvoice GetExpInvoiceById(long InvoiceId)
 {
     return(InvoiceDAL.GetExpInvoiceById(InvoiceId));
 }