示例#1
0
 public Invoice GetByID(string ID)
 {
     return(obj.GetInvoiceByID(ID));
 }