Пример #1
0
 public IEnumerable <Invoice> ListAllInvoices()
 {
     return(invo.GetAllInvoices());
 }