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