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